一、问题描述
gitee推送到远程仓库时提示错误
remote: Incorrect username or password (access token )
fatal: Authentication failed for 'https://gitee.com/***/***.git/'
效果如下图所示:
二、解决方法:
方法一:
清楚本地的gitee
的用户名密码之后再进行重新推送就可以啦~
git config --system --unset credential.helper
方法二:
如果方法一不好用的话可以使用方法二
1.找到下方目录
2.找到“普通凭据”
在“普通凭据”中找到git:https://gitee.com
选择编辑重新修改密码,或者删除重新进行git
命令的推送就好了。