git推送报错:
remote: Mercury_Lc: Incorrect username or password (access token)
fatal: Authentication failed for 'https://gitee.com/'
解决方法:
清除本地用户信息。
git config --system --unset credential.helper
微信扫一扫
remote: Mercury_Lc: Incorrect username or password (access token)
fatal: Authentication failed for 'https://gitee.com/'
清除本地用户信息。
git config --system --unset credential.helper
相关推荐