在執行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