git记住账号密码

警告
本文最后更新于 2020-05-30 17:09,文中内容可能已过时。
设置记住密码(默认15分钟)
git config --global credential.helper cache

自定义时间(1小时)
git config credential.helper 'cache --timeout=3600'

添加全局记住账号密码
git config --global credential.helper store

密码发生改变后重置密码
git config --system --unset credential.helper

 

请我喝杯水
SoulChild 微信号 微信号
SoulChild 微信打赏 微信打赏
0%