git提交代码报错解决方法 Git-remote Incorrect username or password ( access token )

git提交代码的时候报错

$ git push origin ionic-001
remote: Incorrect username or password ( access token )
fatal: Authentication failed for 'https://gitee.com/majiahang/ionic-demo.git/'

因为我提交之前弹出输入框让填写密码和用户名,我给忘记了,乱填了一个,于是就报错了
看了这个文章解决了,写的很详细
https://blog.csdn.net/mmyhs/article/details/81589419

注意一点
git提交代码报错解决方法 Git-remote Incorrect username or password ( access token )_第1张图片

报错的是哪个地址就应该找哪个地址进行修改!

你可能感兴趣的:(报错,笔记,记录,分享)