1. 程式人生 > >Push failed. Failed with error: fatal: Could not read from remote repository.

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換成你自己的就好了