GitlabHQ - W denied for rails, whatever I do..
Created by: davemackintosh
At work I've been tasked with setting up out GIT server with a front end and I found GitlabHQ which looks amazing.
I've installed it all semi-successfully but I cannot push my repos at all as it says I need to push them.
Since I've never used GitLabHQ before first is:
You should push repository to proceed. After push you will be able to browse code, commits etc. Normal when adding projects?
and every-time I run
git push -u origin master I get this,
W access for focus DENIED to rails (Or there may be no repository at the given path. Did you spell it correctly?) fatal: The remote end hung up unexpectedly is anyone able to help since I can't expect the team to keep SSH'ing?
Server = Ubuntu Server 11.10 fully updated and I followed these instructions: https://github.com/gitlabhq/gitlabhq/wiki/V2.0-easy-setup-for-ubuntu
I've added the user rails to the git group and changed the file permissions on /home/git to 0777 to try and get this working but nothing works at all.
Thanks.