Thank you! This fixed my problem as well. I had to reassign the host to be a subdomain and updated the yml files in the config directory, but failed to update gitlab-shell. Very observant of you. Thank you again!
On Wednesday, October 23, 2013 4:58:46 AM UTC-6, [email protected] wrote: > > We managed to fix this. > > Logging in as user git should be rejected as it was. > But the gitlab-shell should recognize you by the key. > So that it said > Welcome to GitLab, Anonymous! > was the sign pointing to the gitlab-shell here. > > The problem was a misconfiguration in the file > * /home/git/gitlab-shell/config.yml* > > I miswroted the URL in the line > gitlab_url: > (forgot the s of https) > > The command (which i didnt find in the troubleshooting guide on the gitlab > homepage...!) > > sudo -u git -H /home/git/gitlab-shell/bin/check > > to check the gitlab-shell turned out to be very helpful tracking down this > error. > > As well as the following thread > > http://stackoverflow.com/questions/15444483/gitlab-shell-git-push-u-origin-master-fatal-the-remote-end-hung-up-unexp/15504051 > > Hope this helps. > Jan > > > -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
