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

这个是第一次在使用Git进行项目代码提交的最后一步操作的时候,出现了一个问题:用户名或密码不正确(访问令牌)

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

出现这种现象是因为之push代码的时候windows弹出一个用户名密码输入框,用户名输出了的缘故。这里的用户名其实就是你的gitee账号。

解决办法是:

打开电脑的控制面板–>用户账户–>管理Windows凭据

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

找到管理Windows凭证:

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

下面就可以看到你刚才输入的gitee的账号信息了,现在只需要[编辑]然后保存就行了

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

最后就是重新push一下你的的代码就行了。

上一篇:ERROR 1366 (HY000): Incorrect string value: '\xE9\x83\x91\xE5\xB7\x9E' for column '


下一篇:Spring MVC 提交表单提示HTTP status 400, The request sent by the client was syntactically incorrect