Push failed. Failed with error: fatal: Could not read from remote repository.

在往github 仓库提交的时候出现以下错误。

Failed with error: fatal: Could not read from remote repository.

此原因是因为ssh公钥有问题,因为之前电脑是以前的同事用着,我直接就改为自己的账号了,导致ssh不一致,

查看本地的ssh ,

cat ~/.ssh/id_rsa.pub

然后就会出来 ssh-rsa ,最后是邮箱地址,

你可以找到自己的.ssh存放的位置把他删掉

我的路径是在C:\Users\NAME\.ssh

然后重新生成ssh

然后重新创建ssh,ssh-keygen -t rsa -C “邮箱”,一直确定,不需要密码

直到完成

最后进入自己的github账号,头像——setting ——ssh

进去把之前的ssh换成你自己的就好了

    原文作者:vonions
    原文地址: https://www.jianshu.com/p/4aa5ac46f09d
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞