Black-Gold 6 years ago
parent 44313bbaa3
commit 46b7f6d949

@ -33,11 +33,11 @@ git commit -a --allow-empty-message -m ''
设置记住密码默认15分钟
git config -global credential.helper cache
如果想自己设置时间,以秒为单位:
git config credential.helper 'cache -timeout=3600'
git config credential.helper 'cache --timeout=3600'
长期存储密码:
git config -global credential.helper store
取消存储密码
git config --global --unset-all credential.helper
git config --unset-all credential.helper

Loading…
Cancel
Save