原文:git clone的时候遇到“Please make sure you have the correct access rights and the repository exists”

.搜索.ssh文件,删除该文件下的known hosts文件 .运行Git Bash,输入命令ssh keygen t rsa C username ,然后一路回车 .在.ssh文件夹里找到 id rsa.pub文件,打开,全部复制,然后登录 https: github.com ,找到settings,配置 SSH keys 将之前复制的id rsa.pub文件里的所有内容黏贴在下面 .最后运行 ...

2018-08-02 10:34 0 11509 推荐指数:

查看详情

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM