gitlab: clone: The project you were looking for could not be found

错误: remote: The project you were looking for could not be found.
fatal: repository 'http://gitlab.yyy.com/edu/web_homepage.git/' not found

解决方法:

git clone http://username@gitlab.yyy.com/edu/web_homepage.git/

把username 换成自己的用户名   之后会提醒你输入密码

原因:

可能是之前登录其他的账号   有记忆


版权声明:本文为early_linzi原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。