右键—》git bash here—》执行 git config --system --unset credential.helper,重新输入账号密码即可
git 账号密码重置
于 2022-05-23 09:07:11 首次发布
右键菜单中选择'Git Bash Here',然后运行命令`git config --system --unset credential.helper`,这将清除已保存的Git凭证,下次推送时会提示输入用户名和密码,确保了每次操作的安全性。
2406

被折叠的 条评论
为什么被折叠?



