git--remote: The project you were looking for could not be found or you don't have permission to view it.


在執行git clone的時候遇到報錯:remote: The project you were looking for could not be found or you don't have permission to view it.

可以確認該git地址是存在的,並且我也是有權限的

執行命令:git config --list檢查信息也沒有錯,需要在git命令里涉及到倉庫地址的地方加上自己的用戶名,如:

git remote add origin http://zhangsan@gitlab.xxxx.com/abc.git

git clone http://zhangsan@gitlab.xxxx.com/abc.git

 


免責聲明!

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



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