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'  //密码指定保存时间
相关文章
相关标签/搜索