解决$ git clone fatal: Authentication failed
Posted zhuzhaoli
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决$ git clone fatal: Authentication failed相关的知识,希望对你有一定的参考价值。
今天在使用git clone克隆项目的时候报如下错误:
$ git clone XXXXXX Cloning into ‘XXXX‘... fatal: Authentication failed for ‘XXXXXX‘
在网上查找了一番,也使用如下命令进行了设置:
git config --global user.name git config --global user.email
同时也清除了windows凭证管理器中记录的凭证,仍然不行,最后使用了如下命令解决:
git config --system --unset credential.helper
特此记录一下,以备后续不时之需。
以上是关于解决$ git clone fatal: Authentication failed的主要内容,如果未能解决你的问题,请参考以下文章
git clone 出现fatal: unable to access https://github 类错误解决方法
git clone 报错:fatal: index-pack failed 解决办法
Git--Git clone时遇到fatal: protocol '??https' is not supported
解决Android源码下载“fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle”
使用 git clone 的时候出现 fatal: Unable to find remote helper for 'https' 解决办法
(转)git clone出现 fatal: unable to access 'https://github.com/...'的解决办法