1. 问题描述
使用git clone自己的代码报如下错误:
正克隆到 'xxx'...
Username for 'https://github.com':
Password for 'https://xxx@github.com':
remote: Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.
fatal: 'https://github.com/xxx/xxx.git/' 鉴权失败
2. 解决方法
- 找到本地电脑的ssh文件夹:
cd ~/.ssh/
vim id_rsa.pub
- 打开id_rsa.pub后里面的开头内容应该是
ssh-rsa
,将所有的内容复制出来,拷贝到github对应位置3中:
本站资源均来自互联网,仅供研究学习,禁止违法使用和商用,产生法律纠纷本站概不负责!如果侵犯了您的权益请与我们联系!
转载请注明出处: 免费源码网-免费的源码资源网站 » git clone 鉴权失败
发表评论 取消回复