Gitee上传代码 提示remote Incorrect username or password ( access token )错误原因

问题:Git进行项目代码提交的最后一步操作的时候,出现了一个问题:用户名或密码不正确(访问令牌)
Gitee上传代码 提示remote Incorrect username or password ( access token )错误原因

出现这种现象是因为之push代码的时候windows弹出一个用户名密码输入框,用户名输出了的缘故。这里的用户名其实就是你的gitee账号。
不要慌;
1.打开控制面板
Gitee上传代码 提示remote Incorrect username or password ( access token )错误原因
2.选择用户账户
Gitee上传代码 提示remote Incorrect username or password ( access token )错误原因
3.选择Windows管理票据
Gitee上传代码 提示remote Incorrect username or password ( access token )错误原因
4.点击链接进入普通票据的 git://https://gitee.com
5.选择编辑即可修改用户信息
Gitee上传代码 提示remote Incorrect username or password ( access token )错误原因
6.保存修改即可
Gitee上传代码 提示remote Incorrect username or password ( access token )错误原因

现在就可以重新push代码了。
Gitee上传代码 提示remote Incorrect username or password ( access token )错误原因