美文网首页
git 拉取GitLab代码报错remote: The proj

git 拉取GitLab代码报错remote: The proj

作者: 码农冰冰 | 来源:发表于2021-07-29 17:02 被阅读0次

今天在测试电脑上打包项目,需要拉取gitlab上的项目报错:

remote: The project you were looking for could not be found.
fatal: repository 'http://19.168.87.12/***/***.git/' not found

解决办法:
将git clone http://19.168.87.12//.git 替换为:

git clone http://username@http://19.168.87.12/***/***.git

然后提示输入密码,输入自己的gitlab密码即可.

相关文章

网友评论

      本文标题:git 拉取GitLab代码报错remote: The proj

      本文链接:https://www.haomeiwen.com/subject/gphzmltx.html