我在我的服务器上安装了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,所以请保持温和。
答案 0 :(得分:0)
好的,升级到5.2后问题就消失了。