码云gitee推送到远程仓库时提示错误 remote: Incorrect username or password ( access token )

gitee推送到远程仓库时提示错误
remote: Incorrect username or password ( access token )
fatal: Authentication failed for 'https://gitee.com/***/***.git/'

 

解决办法:清除本地的gitee用户名和密码

git config --system --unset credential.helper

再执行推送,重新输入用户名和密码。

posted @ 2019-11-15 10:01  Mr、桔子  阅读(1277)  评论(0编辑  收藏  举报