【Git】報錯:「fatal: Could not read from remote repository」

提交代碼時報此錯: 在使用git提交代碼時出現 fatal: Could not read from remote repository 這個錯誤,很簡單 首先,將本地生成的 id_rsa以及id_rsa.pub這兩個文件刪除掉 然後,使用命令 ssh-keygen -t rsa -C "郵箱地址"重新生成密鑰 最後,將id_rsa.pub文件裏的內容複製到 git 的SSH key保存目錄下即可
相關文章
相關標籤/搜索