[stable-5.3] cloning with HTTP(S) fails
Created by: Shuro
Hi there,
I've upgraded my Gitlab from 5.2 to 5.3, peace of cake, everything upgraded smoothly. Now I wanted to try a feature i never used before:
I created a new project with the name "Test", Namespace "Shuro", public viewable. This should be clonable via http(s), but it isn't. Here the output:
git clone https://my.gitlab.server/shuro/test.git Cloning into 'test'... error: The requested URL returned error: 403 while accessing https://my.gitlab.server/shuro/test.git/info/refs fatal: HTTP request failed
I have no clue why it won't not work, the logs didn't show a thing.
Greetings, Shuro
[email protected]:/home/git/gitlab>sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production WARNING: Nokogiri was built against LibXML version 2.7.8, but has dynamically loaded 2.8.0 System information System: Debian 7.1 Current User: git Using RVM: no Ruby Version: 1.9.3p327 Gem Version: 1.8.23 Bundler Version:1.3.0 Rake Version: 10.0.4 GitLab information Version: 5.3.0 Revision: 148eade Directory: /home/git/gitlab DB Adapter: mysql2 URL: https://my.gitlab.server HTTP Clone URL: https://my.gitlab.server/some-project.git SSH Clone URL: [email protected]:some-project.git Using LDAP: no Using Omniauth: no GitLab Shell Version: 1.4.0 Repositories: /home/git/repositories/ Hooks: /home/git/gitlab-shell/hooks/ Git: /usr/bin/git
[email protected]:/home/git/gitlab>sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production WARNING: Nokogiri was built against LibXML version 2.7.8, but has dynamically loaded 2.8.0 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.4.0 ? ... OK (1.4.0) 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 post-receive hook up-to-date? ... yes post-receive hooks in repos are links: ... Project1 ... ok Project2 ... ok Shuro / test ... 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? ... WARNING: Nokogiri was built against LibXML version 2.7.8, but has dynamically loaded 2.8.0 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? ... Project1 ... yes Project2 ... yes Shuro / test ... 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