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 )

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

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

相关文章:

  • 2021-08-07
  • 2022-01-28
  • 2021-09-12
  • 2021-11-29
  • 2021-04-29
  • 2021-11-17
  • 2022-12-23
  • 2021-07-17
猜你喜欢
  • 2022-01-17
  • 2021-06-22
  • 2021-05-31
  • 2022-01-08
相关资源
相似解决方案