首先,我的gitlab连接因错误500和502而中断。服务器暂时无人看管。所以我决定重新安装:
#gitlab-ctl cleanse
#apt-get purge gitlab-ce
安装: https://about.gitlab.com/downloads/#ubuntu1404
gitlab可以访问后,我可以创建一个项目并克隆它 我试图将一个新文件推送到我的仓库后得到以下消息:
git add .
git commit -m "inital"
git push --set-upstream origin master
error: Cannot access URL http://<username>@gitlab.domain.de:<port>/group/project.git/, return code 22
fatal: git-http-push failed
error: failed to push some refs to 'http://<username>@gitlab.domain.de:<port>/group/project.git/'
gitlab-check提供以下信息: #gitlab-rake gitlab:check
除了紫罗兰色之外,一切都是绿色的:Uploads directory setup correctly? ... skipped (no tmp uploads folder yet)
Init script exists? ... skipped (omnibus-gitlab has no init script)
Init script up-to-date? ... skipped (omnibus-gitlab has no init script)
为什么我可以克隆但不能推?我搜索了几个日志文件,但没有任何用处。