gitlab 提示:remote: The project you were looking for could not be found.

解决:

git remote remove origin                                                   
git remote add origin https://your_git_user_name@git.qutoutiao.net/your_group_name/your_project_name.git

参考:https://gitlab.com/gitlab-com/support-forum/issues/638

原文地址:https://www.cnblogs.com/cag2050/p/11773666.html