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