973114 发表于 2018-1-12 12:04:03

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) 恢复
  原因: 具体原因未知
页: [1]
查看完整版本: git push时报“The project you were looking for could not be found.”