I am running Gitlab 5.4 and recently tried to make a git clone over http from my server. I found out that it does not work even if cloning using ssh works well.
Here is the error:
git clone http://myservername/gitlab/myrepo.git Cloning into '<repo>'... remote: Not Found fatal: repository 'http://<myservername>/gitlab/<repo>.git/' not found
And here is the output of production.log (no errors received)
Started GET "/gitlab/<repo>.git/info/refs?service=git-upload-pack" for xx.xx.xx.xx at 2013-08-13 02:24:46 +0000
Read more about this issue here ... gitlabhq Issue # 4766
source share