今天在測(cè)試電腦上打包項(xiàng)目,需要拉取gitlab上的項(xiàng)目報(bào)錯(cuò):
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密碼即可.