问题:

git或gitlab修改密码之后,报错remote: HTTP Basic: Access denied,fatal: Authentication failed for ‘git或gitlab地址’

方案一:

1、打开控制面板(快捷键方式:cmd输入Control回车)

git或gitlab修改密码之后,报错remote: HTTP Basic: Access denied,fatal: Authentication failed for ‘git或gitlab地址’

 

2、修改密码

git或gitlab修改密码之后,报错remote: HTTP Basic: Access denied,fatal: Authentication failed for ‘git或gitlab地址’

 

方案二:

git config --system --unset credential.helper
git config --global credential.helper store

重新将代码push到远程仓库就会提示输入用户名和新密码。

 

相关文章:

  • 2021-06-30
  • 2021-05-17
  • 2021-12-18
  • 2022-12-23
  • 2021-05-26
  • 2022-01-02
  • 2021-05-16
猜你喜欢
  • 2021-06-15
  • 2021-11-16
  • 2021-09-14
  • 2021-11-11
  • 2022-12-23
  • 2021-04-09
相关资源
相似解决方案