Cannot clone repository over HTTPS
Created by: jakubriedl
There is a possible bug and I cannot find its origin. I have GitLab installed on Debian and using Apache as webserver (I have to). Everything is working fine except HTTPS clone in two repositories. In other repos and over SSH it works fine.
I'm getting error: RPC failed; result=18, HTTP code = 200
git -c diff.mnemonicprefix=false -c core.quotepath=false clone --recursive https://git.le.cz/leoexpress/www.git C:\Users\jakub.riedl\Desktop\test
Cloning into 'C:\Users\jakub.riedl\Desktop\test'...
fatal: early EOF
fatal: The remote end hung up unexpectedly
fatal: index-pack failed
error: RPC failed; result=18, HTTP code = 200
Completed with errors, see above.
And info about gitlab
root@dev:/home/git/gitlab# sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production
System information
System: Debian 7.1
Current User: git
Using RVM: no
Ruby Version: 2.0.0p247
Gem Version: 2.0.3
Bundler Version:1.3.5
Rake Version: 10.1.0
GitLab information
Version: 6.1.0
Revision: e4ba934
Directory: /home/git/gitlab
DB Adapter: mysql2
URL: https://git.le.cz
HTTP Clone URL: https://git.le.cz/some-project.git
SSH Clone URL: [email protected]:some-project.git
Using LDAP: yes
Using Omniauth: no
GitLab Shell
Version: 1.7.1
Repositories: /home/git/repositories/
Hooks: /home/git/gitlab-shell/hooks/
Git: /usr/bin/git
root@dev:/home/git/gitlab# sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
Checking Environment ...
Git configured for git user? ... yes
Has python2? ... yes
python2 is supported version? ... yes
Checking Environment ... Finished
Checking GitLab Shell ...
GitLab Shell version >= 1.7.0 ? ... OK (1.7.1)
Repo base directory exists? ... yes
Repo base directory is a symlink? ... no
Repo base owned by git:git? ... yes
Repo base access is drwxrws---? ... yes
update hook up-to-date? ... yes
update hooks in repos are links: ...
LeoExpress / LEVIS ... ok
LeoExpress / WWW ... ok
LeoExpress / Databases ... repository is empty
LeoExpress / Staging Administration ... ok
LeoExpress / WWWs ... ok
Checking GitLab Shell ... Finished
Checking Sidekiq ...
Running? ... yes
Checking Sidekiq ... Finished
Checking GitLab ...
Database config exists? ... yes
Database is SQLite ... no
All migrations up? ... yes
GitLab config exists? ... yes
GitLab config outdated? ... no
Log directory writable? ... yes
Tmp directory writable? ... yes
Init script exists? ... yes
Init script up-to-date? ... yes
Projects have satellites? ...
LeoExpress / LEVIS ... yes
LeoExpress / WWW ... yes
LeoExpress / Databases ... yes
LeoExpress / Staging Administration ... yes
LeoExpress / WWWs ... yes
Redis version >= 2.0.0? ... yes
Your git bin path is "/usr/bin/git"
Git version >= 1.7.10 ? ... yes (1.7.10)
Checking GitLab ... Finished