其他分享
首页 > 其他分享> > gitlab: git clone/pull / push: The project you were looking for could not be found

gitlab: git clone/pull / push: The project you were looking for could not be found

作者:互联网

错误: remote: The project you were looking for could not be found.
fatal: repository ‘http://gitlab.xxx.com/ioscommon/IRISDatePicker.git/’ not found

解决方法:

git clone http://username@gitlab.xxx.com/ioscommon/IRISDatePicker.git/
把username 换成自己的用户名 之后会提醒你输入密码

 

参考:

https://blog.csdn.net/sh_wangyc/article/details/85004999

标签:username,pull,git,clone,gitlab,IRISDatePicker,looking,found
来源: https://www.cnblogs.com/xiaoyou2018/p/14737844.html