以管理员身份运行cmd。
1、输入 git config --system --unset credential.helper 回车删除保存密码文件。
2、输入 git config --global credential.helper store 回车生成保存密码文件。
以后git push 再输入一次正确的用户名和密码就行了。
以管理员身份运行cmd。
1、输入 git config --system --unset credential.helper 回车删除保存密码文件。
2、输入 git config --global credential.helper store 回车生成保存密码文件。
以后git push 再输入一次正确的用户名和密码就行了。