美文网首页Git使用Git
gitlab remote: The project you w

gitlab remote: The project you w

作者: OSong | 来源:发表于2019-02-20 17:33 被阅读1次
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

相关文章

网友评论

    本文标题:gitlab remote: The project you w

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