Programming/Git
[GitHub] git push 깃허브 사용자 유저, 비밀번호 기억하기
푸어맨
2017. 9. 7. 13:52
git config --global credential.helper cache git config --global credential.helper --timeout 9000 |
--timeout <time_second>
- Reference