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) 恢復
原因: 具體原因未知
