Dev/Git

[Git] pull, push 시 username, password 생략하기 (git-credential-cache)

믹-아 2020. 4. 23. 10:38

git-credential-cache - 메모리에 password 를 저장함

 

$ git config credential.helper store --global

커맨드 입력 후 push, pull username, password 를 한번 입력하면 이후로는 입력이 필요없다.

 

https://git-scm.com/docs/git-credential-cache