GIT密碼管理

git config --system --unset credential.helper   //強制密碼交互

git config --global credential.helper store   //密碼永久保存

git config –global credential.helper cache  //密碼臨時保存

git config credential.helper 'cache –timeout=3600'  //密碼指定保存時間
相關文章
相關標籤/搜索