git push时报“The project you were looking for could not be found.”

gitlab pull正常,但push无法提交:

现象:git push时报“The project you were looking for could not be found.”

解决:编辑/opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/gitaccess.rb 第60行,将return buildstatusobject(false, 'The project you were looking for could not be found.') 改为 return buildstatus_object(true) 恢复

原因: 具体原因未知

原文地址:https://www.cnblogs.com/stone1989/p/7008201.html