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

 

$ git config credential.helper store --global

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

 

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

 

+ Recent posts