git clone remote: HTTP Basic: Access denied

git clone 项目失败,报下面的错误信息:
$ git clone http://10.16.20.141/xxxx.git
Cloning into 'appEnterprise'...
remote: HTTP Basic: Access denied
fatal: Authentication failed for ...
因为之前输入错误的gitlab用户名和密码,第二次clone不弹框提示输入用户名和密码的解决方案。

打开凭据管理器 - Windows凭据,找到对应的凭据,删除掉,重新clone,就会弹框
提示用户名和密码。

git clone remote: HTTP Basic: Access denied
image
git clone remote: HTTP Basic: Access denied
image

相关文章:

  • 2022-01-21
  • 2021-11-24
  • 2022-12-23
  • 2022-12-23
  • 2021-11-16
猜你喜欢
  • 2022-12-23
  • 2021-05-17
  • 2021-07-10
  • 2021-12-18
  • 2021-05-17
  • 2022-12-23
  • 2021-09-14
相关资源
相似解决方案