0
点赞
收藏
分享

微信扫一扫

Github:git克隆源码不成功:remote: Support for password authentication was removed on August 13, 2021.

时光已翩然轻擦 2022-04-06 阅读 152
android

克隆仓库上的代码进行用户名、密码验证时报错:

remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.

remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.

fatal: Authentication failed for 'https://github.com/lushuai8908/BigBookshelf.git/'

 原因是这种验证方式已经废弃了,请使用Token验证方式,具体参考下面这篇文章。

参考下面这篇文章,创建Token,在验证完用户名后,输入验证你的密码时(不要输你的密码),粘贴上你创建的Token后,即可成功克隆仓库上的源码到本地。

github开发人员在七夕搞事情:remote: Support for password authentication was removed on August 13, 2021._点亮~黑夜的博客-CSDN博客_github开发人员在七夕搞事情

举报

相关推荐

git上传不成功

0 条评论