Initial Push Throwing Error
Created by: bobthemac
I am using gitlab 5.0.1 and keep having an issue with pushing to repositories it is a fresh installation following the guide but no matter how many projects I make I can't push to any of them. Here is the error I am getting:
/usr/local/lib/ruby/1.9.1/net/http.rb:1404:in addr_port': undefined method+' for nil:NilClass (NoMethodError)
from /usr/local/lib/ruby/1.9.1/net/http.rb:1339:in begin_transport' from /usr/local/lib/ruby/1.9.1/net/http.rb:1315:intransport_request'
from /usr/local/lib/ruby/1.9.1/net/http.rb:1293:in request' from /home/git/gitlab-shell/lib/gitlab_net.rb:56:inblock in get'
from /usr/local/lib/ruby/1.9.1/net/http.rb:745:in start' from /home/git/gitlab-shell/lib/gitlab_net.rb:56:inget'
from /home/git/gitlab-shell/lib/gitlab_net.rb:17:in allowed?' from /home/git/gitlab-shell/lib/gitlab_shell.rb:51:invalidate_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
Tried goggling the issue and can't find anything on it has anyone come across this before. I am using Debian 6.0 and GitLab is the only thing installed on my server.