0
点赞
收藏
分享

微信扫一扫

remote: username : Incorrect username or password (access token) fatal: Authentication failed for


git推送报错:

remote: Mercury_Lc: Incorrect username or password (access token)
fatal: Authentication failed for 'https://gitee.com/'

解决方法:

清除本地用户信息。

git config --system --unset credential.helper

举报

相关推荐

0 条评论