用git push向码云提交代码出现 Incorrect username or password ( access token )错误,试了很多办法也没用

1、反复尝试凭据管理器的改密码没用

2、尝试重设ssh也没用

3、尝试如下也没用:

$ git config --global user.name "Your Name"

$ git config --global user.email "email@example.com"

4、还有重置账号密码也没用 git config --system --unset credential.helper等等

尝试了很多办法,最后终于在遇到同样问题的网友那里找到答案:会不会是码云(gitee.com)登录的账号???! ! ~0~ ! ! ! 我就去尝试了一遍,因为我是往码云上传代码,结果还真的是!!!!....—_—....脑阔疼.....如果是GitHub出现这样的问题,我建议你也可以用GitHub的账号密码去试试。

希望我的分享能帮助到你(码云帮助详情:https://gitee.com/help/articles/4122

原文地址:https://www.cnblogs.com/zz-newbie/p/13219104.html