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) 恢复

原因: 具体原因未知

posted @ 2017-06-14 12:37  石Stone头  阅读(9393)  评论(0编辑  收藏  举报