我正在运行 Gitlab 5.4,最近尝试从我的服务器通过 http 进行 git clone。我发现即使通过 ssh 克隆效果很好,它也不起作用。
这是错误:
git clone http://myservername/gitlab/myrepo.git
Cloning into '<repo>'...
remote: Not Found
fatal: repository 'http://<myservername>/gitlab/<repo>.git/' not found
这是 production.log 输出(没有产生错误)
Started GET "/gitlab/<repo>.git/info/refs?service=git-upload-pack" for xx.xx.xx.xx at 2013-08-13 02:24:46 +0000
此处有关此问题的更多信息... gitlabhq Issue#4766