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

2021/5/7 10:28:20

本文主要是介绍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



这篇关于gitlab: git clone/pull / push: The project you were looking for could not be found的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程