black-gold 6 years ago
parent 317e8e9757
commit deb70ff7ff

@ -0,0 +1,7 @@
设置记住密码默认15分钟
git config -global credential.helper cache
如果想自己设置时间,以秒为单位:
git config credential.helper cache timeout=3600
-
长期存储密码:
git config -global credential.helper store
Loading…
Cancel
Save