fatal: Authentication failed

Posted gzbit-zxx

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了fatal: Authentication failed 相关的知识,希望对你有一定的参考价值。

一、前言

  前面一段时间写了一篇解决 git 上传代码出现的权限验证问题,还是没有很好的解决。现在还了方式,具体步骤如下:

 

二、操作流程

  我们在上传代码到服务器,我们都需要安装 Git 版本控制。在安装的时候,建议大就都勾选 Git Bash 这个工具,便于我们直接使用上传和克隆代码。那么我们怎么解决这个 fatal: Authentication failed 呢?首先我们找到 Git Bash ,使用 “以管理员身份运行

      技术分享图片

  使用 Git 命令进入到你项目所在的文件夹下,在该路径下输入:

      git config --system --unset credential.helper

      git config --global credential.helper store

      技术分享图片

      然后克隆该项目,需要您输入 Username 和 password 

      技术分享图片

      技术分享图片

      技术分享图片

  然后就下拉项目成功,不会在报Git :fatal: Authentication failed 的问题了,在代码工具中都有效!

 

三、结论

  解决问题的办法有很多,用心就可能找到解决方案!

 

以上是关于fatal: Authentication failed 的主要内容,如果未能解决你的问题,请参考以下文章

fatal: Authentication failed for码云的解决办法

fatal: Authentication failed

解决$ git clone fatal: Authentication failed

git push 遭遇 fatal: Authentication failed

fatal: Authentication failed for 'http://git

GIT中fatal: Authentication failed的问题