摘要:git版本 1.7.9以后1. 开启 git config --global credential.helper cache2. 设置时间 git config credential.helper 'cache --timeout=3600'git版本 1.7.9以前 git config remote.origin.url https://you:password@github.com/you/example.git参考:http://stackoverflow.com/questions/5343068/is-there-a-way-to-skip-password-typ
阅读全文
posted @ 2013-09-24 16:17
浙公网安备 33010602011771号