Tips

[Git] pull, push 할 때 username, password 생략하기 (git-credential-cache 저장)

chsr 2023. 8. 3. 17:22
728x90
반응형

Git pull, push 할 때 username, password 생략하기 (git-credential-cache 저장)

Git 작업 이후 pull, push 시 username, password 를 매번 입력해야할 때 아래 명령어 입력 이후 작업하게 되면 git-credential-cache 메모리에 정보를 저장하게 되며 이후 pull, push 할 때 입력하지 않아도 됨


■ 사용법

 git config credential.helper store --global
728x90
반응형