git 命令出现的Please make sure you have the correct access rights and the repository exists的问题
看了好多资料终于搞定了git 中clone命令报错这个问题,废话不多说直接上步骤希望对大家有帮助。
1 删除.ssh文件夹(直接搜索该文件夹)下的known_hosts(手动删除即可,不需要git)
2 在下载好的Git中的bin目录下打开bash.exe输入命令ssh-keygen -t rsa -C "username" (注:username为你git上的用户名),如...
转载
2019-04-11 14:26:21 ·
2020 阅读 ·
0 评论