1.永久存储
git config --global credential.helper store
2.临时存储
git config –global credential.helper cache
3.设置临时存储过期时间
git config credential.helper 'cache –timeout=3600'
1.永久存储
git config --global credential.helper store
2.临时存储
git config –global credential.helper cache
3.设置临时存储过期时间
git config credential.helper 'cache –timeout=3600'
非特殊说明,本博所有文章均为博主原创。
如若转载,请注明出处:https://www.chenwenfeng.com/archives/31.html