git push上传报错remote Incorrect username or password ( access token)fatal: Authentication failed for

这个问题。有很可能是你的仓库改了密码导致的。

解决办法:

就去查一下新密码是什么。然后在控制面板里面更新修改一下密码即可。

步骤:

 

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

git push上传报错remote Incorrect username or password ( access token)fatal: Authentication failed for

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

git push上传报错remote Incorrect username or password ( access token)fatal: Authentication failed for

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

参考:

https://blog.csdn.net/wenchangwenliu/article/details/107351212