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

git记住账号和密码的方法

在git bash 中执行命令:

git config --global credential.helper store

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

git 提示fatal: Authentication failed for...

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

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

posted @ 2022-07-22 17:47  iooz  阅读(727)  评论(0)    收藏  举报