Skip to content

Cannot clone projects via HTTP

Just upgraded - to 8.0.0 then to 8.0.1

If i want to clone via http - or fetch any other information about http i get no results.

➜  /tmp  git clone http://git.myhost.com/mygroup/project.git
Cloning into 'project'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done.
➜  /tmp  rm -rf project                                       

➜  /tmp  git clone git@git.myhost.com:mygroup/project.git   
Cloning into 'project'...
remote: Counting objects: 14676, done.
remote: Compressing objects: 100% (10397/10397), done.
remote: Total 14676 (delta 6384), reused 10659 (delta 3753)
Receiving objects: 100% (14676/14676), 33.25 MiB | 839.00 KiB/s, done.
Resolving deltas: 100% (6384/6384), done.
Checking connectivity... done.
Checking out files: 100% (9724/9724), done.
➜  /tmp
  • OS: Debian GNU/Linux 7.9 (wheezy)
  • Gitlab via Source
  • Bundled Nginx
  • GitLab 8.0.1

Any suggestions?

Thanks!