pycharm提交gitee代码,提示:remote: [session-4040fcbf] x-oauth-basic: Incorrect username or password (access
一. 原因:更新了gitee的密码,导致提交代码时一直报错,提示:远程:[session-4040fcbf] x-oauth-basic:用户名或密码不正确(访问令牌)
二.解决方式:
1. pycharm 下的 Terminal(终端)运行命令:git config --system --unset credential.helper
2.重新打开 pycharm
注:百度上的更新钥匙串的gitee 密码,试过了,没有解决。