git clone 出现以下错误 是因为电脑和github的ssh没有互通

git clone 出现以下错误 是因为电脑和github的ssh没有互通

fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

解决办法

1  ssh-****** -t rsa -C "github账户"  //连接你的github账户, 输入完成后连续回车,不做改变

2 在看见下面的图片后为成功

git clone 出现以下错误 是因为电脑和github的ssh没有互通

3 $ cat /c/users/你的电脑名/.ssh/id_rsa.pub 可查看到 一堆东西  将这些东西复制,打开你的github 在设置界面添加 将复制的东西加入key里面 保存即可

git clone 出现以下错误 是因为电脑和github的ssh没有互通

 

git clone 出现以下错误 是因为电脑和github的ssh没有互通