At work I've been tasked with setting up out GIT server with a front end and I found GitlabHQ which looks amazing.
\n\nI've installed it all semi-successfully but I cannot push my repos at all as it says I need to push them.
\n\nSince I've never used GitLabHQ before first is:
\n\nYou should push
repository to proceed.\nAfter push you will be able to browse code, commits
etc.\n
\n\nNormal when adding projects?
\n\nand every-time I run
\n\ngit push -u origin master\n
\n\nI get this,
\n\nW access for focus DENIED to rails\n(Or there may
be no repository at the given path. Did you spell it correctly?)\nfatal: The
remote end hung up unexpectedly\n
\n\nis anyone able to help since I can't expect the team to keep SSH'ing?
\n\nThanks.
\n\nEDIT:
\n\nServer = Ubuntu Server 11.10 fully updated and I followed these instructions: https://github.com/gitlabhq/gitlabhq/wiki/V2.0-easy-setup-for-ubuntu
\n\r\n \
git remote add origin git://repo_location.git
. \ Read this for more info on how to use the git remote command. – Batkins Feb 14 at 14:46git remote show origin
? – Batkins Feb 14 at 15:27