git clone的时候遇到“Please make sure you have the correct access rights and the repository exists”
Posted 青春是一场不悔的旅行
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git clone的时候遇到“Please make sure you have the correct access rights and the repository exists”相关的知识,希望对你有一定的参考价值。
1.搜索.ssh文件,删除该文件下的known_hosts文件
2.运行Git Bash,输入命令ssh-keygen -t rsa -C "username",然后一路回车
3.在.ssh文件夹里找到 id_rsa.pub文件,打开,全部复制,然后登录 https://github.com/,找到settings,配置
SSH keys
将之前复制的id_rsa.pub文件里的所有内容黏贴在下面
4.最后运行Git Bash,输入命令ssh -T git@github.com
最后就可以正常使用了。
以上是关于git clone的时候遇到“Please make sure you have the correct access rights and the repository exists”的主要内容,如果未能解决你的问题,请参考以下文章
git clone 单个分支和clone时遇到 filename too long的问题