Gitlab:无法通过SSH克隆repo

时间:2013-05-13 08:05:52

标签: git ssh gitlab

我在我的服务器上安装了Gitlab 5.1版(Centos 6.4 64bit)。在经历了很多打嗝之后,我现在可以克隆,拉动和推送...但只能通过HTTP。无论何时我尝试SSH克隆,都会发生此错误:

$ git clone git@git.server:my-project.git
Cloning into 'my-project'...
FATAL: R any my-project my-user DENIED by fallthru
(or you mis-spelled the reponame)
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

这个DENIED by fallthru错误显然对谷歌和Stackoverflow并不陌生,但其中大部分都与Gitolite有关,而这并非如此,因为Gitlab按照v5的规定放弃了Gitolite。那我在这里错过了什么?这是我第一次使用Gitlab,所以请保持温和。

1 个答案:

答案 0 :(得分:0)

好的,升级到5.2后问题就消失了。