git推送报错:
remote: Mercury_Lc: Incorrect username or password (access token)
fatal: Authentication failed for 'https://gitee.com/'
解决方法:
清除本地用户信息。
git config --system --unset credential.helper
remote: username : Incorrect username or password (access token) fatal: Authentication failed for
阅读 105
2023-02-14
remote: Mercury_Lc: Incorrect username or password (access token)
fatal: Authentication failed for 'https://gitee.com/'
清除本地用户信息。
git config --system --unset credential.helper
相关推荐
精彩评论(0)