Gitlab 5.0 error with repository access
Created by: benj919
I have a fresh install of Gitlab 5.0 on a clean Ubuntu 12.04 Server machine. Done according to the documentation here: https://github.com/gitlabhq/gitlabhq/blob/5-0-stable/doc/install/installation.md
Whenever I try to clone/push to/pull from a repository I get the following error:
/home/git/gitlab-shell/lib/gitlab_net.rb:51:in get': undefined method
request_
uri' for #URI::Generic:0x000000017dfb30 (NoMethodError)
from /home/git/gitlab-shell/lib/gitlab_net.rb:17:in allowed?' from /home/git/gitlab-shell/lib/gitlab_shell.rb:51:in
validate_access'
from /home/git/gitlab-shell/lib/gitlab_shell.rb:21:in exec' from /home/git/gitlab-shell/bin/gitlab-shell:16:in
'
fatal: The remote end hung up unexpectedly
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production passes all test, except for
post-receive hooks in repos are links: ... testuser / test ... repository is empty and Projects have satellites? ... testuser / test ... can't create, repository is empty
Which I guess is ok as I can't push anything to the repository.
Furthermore my public key shows up in /home/git/.ssh/authorized_keys and the webinterface works.