remote Incorrect username or password ( access token)

时间:2024-04-14 16:18:35

Gitee上传代码使用命令时上传时

提示remote Incorrect username or password ( access token )

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

remote Incorrect username or password ( access token)

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

解决办法是:

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

remote Incorrect username or password ( access token)

下面就可以看到你刚才输入的gitee的账号信息了。然后删除,重新在idea提交就行了。

remote Incorrect username or password ( access token)

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