今天在测试电脑上打包项目,需要拉取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密码即可.
网友评论