git config --global credential.helper cache

 git config --global credential.helper --timeout 9000

--timeout <time_second>


- Reference

https://git-scm.com/book/ko/v2/Git-%EB%8F%84%EA%B5%AC-Credential-%EC%A0%80%EC%9E%A5%EC%86%8C#_credential_caching

+ Recent posts