執行git命令時出現fatal: 'origin' does not appear to be a git repository錯誤


執行git命令時出現fatal: 'origin' does not appear to be a git repository錯誤

在執行git pull origin master時出現:
  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:bx_reader/bx-reader-api.git
 
將關聯遠程倉庫為origin


免責聲明!

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



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