【发布时间】:2015-02-25 19:26:33
【问题描述】:
我在 centOs7 中安装了 GitLab 7 CE Omnibus 包。我遵循了所有的安装说明。在我尝试将本地存储库推送到服务器之前,一切都运行良好。推送 repo 时,它要求我输入 git 密码。我输入了正确的 git 密码,但仍然出现此错误
$ git push -u origin master
git@192.168.1.149's password:
sh: git-receive-pack: command not found
fatal: The remote end hung up unexpectedly
解决此问题的大多数说明适用于手动安装的 GitLab。有人在centOs7 的GitLab 7 CE Omnibus 包中解决了上述问题吗?
【问题讨论】:
标签: package windows-ce gitlab centos7