Cloning over HTTP failing
Created by: princejoseph
Cloning over HTTP is giving us this error:
git clone http://code.example.com/user/cp.git
Cloning into 'cp'...
remote: Not Found
fatal: repository 'http://code.example.com/user/cp.git/' not found
bundle exec rake gitlab:env:info RAILS_ENV=production
gives this output
System information
System: Ubuntu 14.04 Current User: git Using RVM: no Ruby Version: 2.1.6p336 Gem Version: 2.2.3 Bundler Version:1.10.4 Rake Version: 10.4.2 Sidekiq Version:3.3.0
GitLab information
Version: 7.12.0 Revision: 9852183e Directory: /mnt/datavolume/home/git/gitlab DB Adapter: mysql2 URL: http://code.example.com HTTP Clone URL: http://code.example.com/some-project.git SSH Clone URL: [email protected]:some-project.git Using LDAP: yes Using Omniauth: no
GitLab Shell
Version: 2.6.3 Repositories: /home/git/repositories/ Hooks: /home/git/gitlab-shell/hooks/ Git: /usr/bin/git
SSH cloning is working fine.
Please help!!!!