I run a x86 raring ringtail on a old pc and having installed bitnami gitlab 5.3.
Here is my error msg when trying to push the first master branch in SSH mode:
I had a same error. searched and tried many way. It didn't work. Then, i found the answer in this site [http://georgik.sinusgear.com1. It worked for me.
My gitlab's version is 6.6.4.
Do as below:
sudo emacs /home/git/gitlab/config/unicorn.rb
sudo emacs /home/git/gitlab-shell/config.yml
to
gitlab_url: "127.0.0.1:[port]"
restart gitlab
sudo service gitlab stop
sudo service gitlab start