(记录贴)github开启two-factor authentication后无法git clone的问题

报错信息

      • 解决方式

使用git bash clone 私有项目的时候需要输入username和password但是确认输入正确还是出现

fatal: Authentication failed for 'https://github.com/.../.../'

(关于如何开启two-factor authentication 链接: configuring two-factor authentication)
在百度和Google上检索之后,发现一个解决方法
链接: (诊断)解决GitHub使用双因子身份认证“Two-Factor Athentication”后无法git push 代码的“fatal: Authentication failed for …”错误

Git push results in “Authentication Failed”

但是最终还是没能解决

解决方式

后来尝试用ssh方式解决
可以参考GitHub、GitLab设置SSH认证 配置,然后更换gitclone地址,之前使用的是HTTPS,现在换成SSH,就可以成功clone。
关于前一种方式为啥不能成功,我还没弄清楚,希望大神指导

(记录贴)github开启two-factor authentication后无法git clone的问题_第1张图片

你可能感兴趣的:(git,github,ssh)