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

 

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

git config --system --unset credential.helper

再执行推送,重新输入用户名和密码。

相关文章:

  • 2021-10-14
  • 2021-08-22
  • 2021-07-17
  • 2021-06-22
  • 2021-05-31
  • 2022-01-08
猜你喜欢
  • 2021-06-27
相关资源
相似解决方案