GitlabHQ - W 因 Rails 被拒绝
在工作中,我的任务是设置带有前端的 GIT 服务器,我发现 GitlabHQ 看起来很棒。
我已经半成功地安装了它,但我根本无法推送我的存储库,因为它说我需要推送它们。
由于我之前从未使用过 GitLabHQ 首先是:
You should push repository to proceed.
After push you will be able to browse code, commits etc.
添加项目时正常吗?
每次我运行时
git push -u origin master
我都会得到这个,
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
因为我不能指望团队继续使用 SSH,所以有人能够提供帮助吗?
谢谢。
编辑:
服务器 = Ubuntu Server 11.10 完全更新,我按照以下说明操作: https://github.com/gitlabhq/gitlabhq/wiki/V2.0-easy-setup-for-ubuntu
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?
Thanks.
EDIT:
Server = Ubuntu Server 11.10 fully updated and I followed these instructions: https://github.com/gitlabhq/gitlabhq/wiki/V2.0-easy-setup-for-ubuntu
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是通过重新运行安装(它必须第一次无提示地失败)并在进程启动后终止该进程来解决的,
然后重新运行捆绑包(生产与否之间存在差异)我使用这个
This was fixed by re-running the install (It must have failed silently the first time) and killing the process once it had started with
Then re-running the bundle (differs between production or not) I use this