형상관리/Git [Git] pull, push 시 username, password 생략하기 (git-credential-cache) Liber Spiritus 2021. 9. 23. 17:27 https://mik-a.com/25 [Git] pull, push 시 username, password 생략하기 (git-credential-cache) git-credential-cache - 메모리에 password 를 저장함 $ git config credential.helper store --global 커맨드 입력 후 push, pull username, password 를 한번 입력하면 이후로는 입력이 필요없다. https://git-s.. mik-a.com