linux git 報錯提示 fatal: 'origin' does not appear to be a git repository 解決辦法


輸入:
git pull origin master
git報錯提示
fatal: 'origin' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
 
在網上找到的解決辦法:重新輸入一次:
git remote add origin git@github.com:yourusername/test.git 
就可以解決了
 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM