美文网首页前端工具
git clone remote: HTTP Basic: Ac

git clone remote: HTTP Basic: Ac

作者: mcaotuman | 来源:发表于2018-07-20 16:01 被阅读6239次

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

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


image.png image.png

相关文章

网友评论

    本文标题:git clone remote: HTTP Basic: Ac

    本文链接:https://www.haomeiwen.com/subject/zjkqmftx.html