解决Git-remote Incorrect username or password ( access token )

gitee推送到远程仓库时提示错误
remote: Incorrect username or password ( access token )
fatal: Authentication failed for 'https://gitee.com/***/***.git/'

输错一次密码之后再也不弹输入用户名和密码的框了,一直提示Incorrect username or password ( access token );

 

解决办法:清除本地的gitee用户名和密码

git config --system --unset credential.helper

再执行推送,然后就会出现重新输入用户名和密码。

解决Git-remote Incorrect username or password ( access token )_第1张图片

你可能感兴趣的:(git)