其他分享
首页 > 其他分享> > git记住账号密码和重置验证设置

git记住账号密码和重置验证设置

作者:互联网

git记住账号和密码的方法

在git bash 中执行命令:

git config --global credential.helper store

输入一次账号密码就可以保存,下次不再提示。

git 提示fatal: Authentication failed for...

又不弹出用户名和密码的解决办法:

重置验证设置
git config --system --unset credential.helper

标签:credential,git,helper,--,重置,config,账号密码
来源: https://www.cnblogs.com/iooz/p/16506612.html