6

我正在运行 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

4

2 回答 2

1

正如OP kbaylosisGitLab 问题 4766中提到的那样:

它现在在 6.0 中运行良好。

所以无论问题是什么,它都已在 5.x 和 6.x 之间修复。

于 2014-01-05T00:25:04.690 回答
1

我猜它可能是防火墙?但 Web 服务器也应该正在运行。

用浏览器请求 url 会得到什么?

于 2014-01-04T22:06:51.497 回答