Git使用Git

gitlab remote: The project you w

2019-02-20  本文已影响1人  OSong
image.png

git clone 新项目进行开发时一直报
remote: The project you were looking for could not be found.
原因就是 username的问题

解决方案:

//把 username 更换为自己的 username
🌰1:
git clone http://username@rdc.nansongx.com/gitl.tttgit
🌰2:
git clone -b dev https://11XX6@rdc.nansongx.com/gitl.tttgit
image.png
上一篇 下一篇

猜你喜欢

热点阅读