--- http_interactions: - request: method: get uri: http://stackoverflow.com/q/9277007/871617?stw=1 body: encoding: US-ASCII string: '' headers: accept-encoding: - none accept: - ! '*/*' user-agent: - Ruby connection: - close response: status: code: 301 message: Moved Permanently headers: cache-control: - private content-type: - text/html; charset=utf-8 location: - /questions/9277007/gitlabhq-w-denied-for-rails date: - Wed, 07 Mar 2012 17:19:49 GMT connection: - close content-length: - '163' body: encoding: US-ASCII string: ! "Object moved\r\n

Object moved to here.

\r\n\r\n" http_version: '1.1' recorded_at: Wed, 07 Mar 2012 17:19:49 GMT - request: method: get uri: http://stackoverflow.com/questions/9277007/gitlabhq-w-denied-for-rails body: encoding: US-ASCII string: '' headers: accept-encoding: - none accept: - ! '*/*' user-agent: - Ruby connection: - close response: status: code: 200 message: OK headers: cache-control: - public, max-age=60 content-type: - text/html; charset=utf-8 expires: - Wed, 07 Mar 2012 17:20:49 GMT last-modified: - Wed, 07 Mar 2012 17:19:49 GMT vary: - ! '*' date: - Wed, 07 Mar 2012 17:19:49 GMT connection: - close content-length: - '38219' body: encoding: US-ASCII string: ! "\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \ git - GitlabHQ - W denied for rails - Stack Overflow\r\n \ \r\n \ \r\n \ \r\n\r\n \r\n \r\n \ \r\n \ \r\n \ \r\n \r\n \ \r\n \ \r\n \r\n \ \r\n\r\n\r\n \r\n\r\n\r\n\r\n \ \r\n
\r\n \
\r\n
\r\n\r\n \
\r\n
\r\n
\r\n Stack Exchange\r\n
\r\n
\r\n \
\r\n \r\n \ \r\n \r\n \r\n log in\r\n |\r\ncareers\r\n |\r\n\r\n \r\n \r\n chat\r\n |\r\nmeta\r\n |\r\nabout\r\n |\r\nfaq\r\n \r\n
\r\n \
\r\n
\r\n
\r\n \ \r\n
\r\n
\r\n \
\r\n
\r\n
\r\n \
\r\n Stack Overflow\r\n \
\r\n
\r\n
\r\n \r\n
\r\n
\r\n \r\n \
\r\n
\r\n
\r\n\r\n \r\n\r\n\r\n \
\r\n \r\n \r\n\r\n\r\n
\r\n\r\n\r\n
\r\n\r\n\r\n
\r\n\r\n \
\r\n
\r\n\r\n \ \r\n \r\n \r\n \r\n \ \r\n\r\n\r\n\r\n\r\n\r\n
\r\n \r\n\r\n
\r\n \r\n up vote\r\n 0\r\n \ down vote\r\n \ favorite\r\n
\ \r\n \r\n \r\n share [g+]\r\n share [fb]\r\n share [tw] \r\n
\r\n\r\n
\r\n
\ \r\n
\r\n

At work I've been tasked with setting up out GIT server with a front end and I found GitlabHQ which looks amazing.

\n\n

I've installed it all semi-successfully but I cannot push my repos at all as it says I need to push them.

\n\n

Since I've never used GitLabHQ before first is:

\n\n
You should push
        repository to proceed.\nAfter push you will be able to browse code, commits
        etc.\n
\n\n

Normal when adding projects?

\n\n

and every-time I run

\n\n
git push -u origin master\n
\n\n

I get this,

\n\n
W 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\n

is anyone able to help since I can't expect the team to keep SSH'ing?

\n\n

Thanks.

\n\n

EDIT:

\n\n

Server = 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 \
\r\n \r\n \r\n \r\n \r\n \ \r\n \r\n \r\n
\r\n \ \r\n \r\n \ \r\n
asked Feb 14 at 12:39
\"\"
\r\n \
\r\n
86% accept rate
\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \ \r\n \r\n \ \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \ \r\n \r\n \r\n \ \r\n \r\n \ \r\n \r\n \r\n \ \r\n \r\n \ \r\n\r\n \r\n \r\n
Sounds like you may be trying to push to a non existant repository. Did you create a repository to push to? It's also possible you may not have added the repository as a remote to your project? You also must add it as a remote to your project using 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:46
It keeps telling me remote origin already exists? – Dave Mackintosh Feb 14 at 15:12
What happens when you execute git remote show origin? – Batkins Feb 14 at 15:27
It just gives me the original error "R access for focus DENIED to rails" – Dave Mackintosh Feb 14 at 15:49
Sorry mate, I've never used that system. I'm as lost as you are. Maybe you need to change the access permissions for the user that the server is being run under or something so it can actually read/write to the directories where the repo's are? You may want to take a look at github. It's nice and simple, and truly a pleasure to use. – Batkins Feb 14 at 16:00
\r\n
\r\n \ show 1 more comment\r\n \r\n \
\r\n feedback\r\n
\r\n \ \r\n
\r\n
\r\n\r\n\r\n\r\n
\r\n\r\n \r\n
\r\n \
\r\n

\r\n \
\r\n \r\n
\r\n \
\r\n
\r\n\r\n

\r\n Know someone who can answer? \r\n Share a link to this question via \r\n email, \r\n Google+,\r\n \ Twitter, or\r\n Facebook.\r\n \

\r\n \r\n
\r\n \

Your Answer

\r\n\r\n\r\n\r\n\r\n
\ \r\n\r\n \r\n
\r\n
\r\n \r\n \
\r\n\r\n
 
\r\n \
draft saved
\r\n\r\n\r\n\r\n
\r\n
\r\n
\r\n \r\n \r\n
\r\n
\r\n
\r\n \ \r\n \r\n \r\n\r\n \r\n \ \r\n \r\n \r\n \r\n \
\r\n \ log in\r\n \r\n \r\n
or
\r\n \
\r\n
\r\n \
\r\n \r\n \ \r\n
\r\n \
\r\n \r\n \ \r\n required, but never shown\r\n
\r\n
\r\n \r\n \r\n
\r\n
\r\n
\r\n \r\n
\r\n
\r\n\r\n\r\n

\r\n \ Browse other questions tagged ruby-on-rails git version-control \r\n or ask your own question.\r\n \

\r\n
\r\n
\r\n
\r\n\r\n\r\n\r\n \ \r\n
\r\n \

Hello World!

\r\n
\r\n

This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

\r\n \

about »   faq »\r\n

\r\n
\r\n\r\n\r\n \ \r\n
\r\n
\r\n

tagged

\r\n
ruby-on-rails × 66134
\ngit × 14070
\nversion-control × 5586
\n
\r\n \r\n \r\n \r\n \ \r\n \r\n \r\n \ \r\n\r\n \r\n \ \r\n

asked

22 days ago

viewed

71 times

\r\n
\r\n \r\n \r\n \r\n
\r\n
\r\n\r\n \r\n
\r\n \r\n
\r\n\r\n \r\n\r\n \r\n
\r\n\r\n
\r\n \r\n
\r\n\r\n
default
\r\n \
\r\n
\r\n
\r\n
\r\n \
\r\n about |\r\n faq |\r\n \r\n \r\n \r\n blog\r\n |\r\n chat |\r\n data |\r\n \ podcast |\r\n shop |\r\n \ legal |\r\n \ advertising info |\r\n\r\n mobile |\r\n\r\n contact us\r\n | feedback\r\n
\r\n \r\n  stackoverflow.com  \r\n  api/apps  \r\n  careers  \r\n  serverfault.com  \r\n  superuser.com  \r\n  meta  \r\n  area 51  \r\n  webapps  \r\n  gaming  \r\n  ubuntu  \r\n  webmasters  \r\n  cooking  \r\n  game development  \r\n  math  \r\n  photography  \r\n  stats  \r\n  tex  \r\n  english  \r\n  theoretical cs  \r\n  programmers  \r\n  unix \r\n \  apple \r\n  wordpress \r\n \  physics \r\n  home improvement \r\n \  gis \r\n  electronics \r\n \  android \r\n  security \r\n \  bicycles \r\n  dba \r\n \  drupal \r\n  sharepoint \r\n \  scifi & fantasy \r\n \  user experience \r\n
\r\n \
\r\n
\r\n \r\n\t \r\n \
rev 2012.3.7.1501
\r\n
\r\n \
\r\n site design / logo © 2012 stack exchange inc; \r\n user contributions licensed under cc-wiki with attribution required\r\n
\r\n \r\n\r\n \
\r\n
\r\n \r\n \r\n \r\n \ \r\n \r\n \r\n \r\n\r\n" http_version: '1.1' recorded_at: Wed, 07 Mar 2012 17:19:50 GMT recorded_with: VCR 2.0.0