Git
為什麼 GitLab “致命:無法從遠端儲存庫中讀取”。推而我可以拉?
嘗試時,
git push
我收到以下消息:fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
我可以複製並從遙控器中提取。遙控器是一個 GitLab 私人倉庫,所以我必須經過身份驗證才能複製或拉取,所以我認為可以丟棄密鑰/身份驗證問題。
我在 GitLab 5.2.1
編輯
只是為了添加更多資訊……
該錯誤發生
git clone
在複製回購成功之後。是不是真的很少見??
經過大量的測試,如刪除和添加 ssh 密鑰、取消保護所有 repo 分支等,問題通過 GitLab 伺服器重啟得到解決。