git問題ERROR: Repository not found.的解決

git有時候會報這樣的問題

ERROR: Repository not found.
fatal: Could not read from remote repository.

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

解決方案是

git remote set-url origin git@github.com:xxxxxx/xxxxxx.git
發佈了47 篇原創文章 · 獲贊 6 · 訪問量 10萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章