背景
这几天在学习GitHub,虽然之前用过一段时间,但是感觉好多东西不懂,这个用好了对于工作学习帮助会很大,方便安全。所以想系统的学习下。后续再去了解下gitee(关键是速度快)。
环境
Windows 10企业版
Git
GitHub Desktop
问题
克隆仓库的时候报错 Authentication failed. Some common reasons include:
大概意思就是授权失败,我遇到的这个问题的 主要原因是最后一条:“- If you use SSH authentication, check that your key is added to the ssh-agent and associated with your account.”
尝试过程
①网上有说“在GitHub Desktop -> Repository -> Repository Settings -> Remote 中将ssh URL改成 https URL即可”,这个菜单压根就进不去;
②这似乎碰到的不是同一个问题,虽然帮助好多人解决了问题:git中fatal: Authentication failed的问题
③这篇(Authentication Failure with GitHub Desktop #8860)还是挺有用的,奈何全英文当时没看懂,有个人已经抓到重点了:
解决方案