问题描述
pycharm 提交代码出现错误remote: [31mx-oauth-basic: Incorrect username or password (access token)
解决办法:
1. 第一步:
控制台输入
git config --system --unset credential.helper
2. 第二步:
重启pycharm(超级重要哟!)
pycharm 提交代码出现错误remote: [31mx-oauth-basic: Incorrect username or password (access token)
阅读 52
2022-03-30
pycharm 提交代码出现错误remote: [31mx-oauth-basic: Incorrect username or password (access token)
1. 第一步:
控制台输入
git config --system --unset credential.helper
2. 第二步:
重启pycharm(超级重要哟!)
相关推荐
精彩评论(0)