标签:
git 1.7.10后支持的新功能
终端输入:
git config --global credential.helper cache# 启用密码缓存小伙伴
git config --global credential.helper ‘cache --timeout=3600‘# 密码缓存小伙伴记忆密码3600秒(1个小时)。一天一输入的话,36000秒差不多。
git密码缓存
原文地址:http://my.oschina.net/jeeker/blog/519539