首页 > 代码库 > 搭建git服务器
搭建git服务器
1.下载gitosis代码出错
git clone git://eagain.net/gitosis.git Initialized empty Git repository in /tmp/gitosis/.git/ eagain.net[0: 50.56.185.182]: errno=Connection refused fatal: unable to connect a socket (Connection refused)可以在github上下载个gitosis
git clone https://github.com/res0nat0r/gitosis.git
2. git clonegit@<server>:gitosis-admin.git出错
fatal: ‘~/gitosis-admin.git‘ does not appear to be a git repository
fatal: The remote end hung up unexpectedly
则改成sudo git clone git@<Server-IP>:/home/git/repositories/gitosis-admin.git
搭建git服务器
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。