git://网址是gitolite [英] git:// urls with gitolite

查看:116
本文介绍了git://网址是gitolite的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

  git clone gitolite@debainserver.local:my-项目

,它工作正常,但我想克隆到需要的应用程序中(无法解决问题,尝试了他们所有)一个git://地址。所以我该如何设置它。



澄清更多关于github地址的信息。

  git clone git://github.com/git/git.git 



<这项工作如何,我该如何设置?我希望能够

  git clone git://debainserver.local:my-project 

code>

并将其复制。

解决方案

您必须恰当地设置 git daemon 才能做到这一点: http://computercamp-cdwilson-us.tumblr.com/post/48589656281/git-gitolite-git-daemon- gitweb-setup-on-ubunt


I am running a gitolite system and I currently clone like this:

git clone gitolite@debainserver.local:my-project

and it works fine, but I want to clone into an application that needs (no work arounds, tried them all) a git:// address. so how can I set this up.

To clarify a little more look at github's addresses yourself.

git clone git://github.com/git/git.git

how does this work, and how can I set it up? I want to be able to go

git clone git://debainserver.local:my-project

and have it clone.

解决方案

You will have to setup git daemon appropriately to do that: http://computercamp-cdwilson-us.tumblr.com/post/48589656281/git-gitolite-git-daemon-gitweb-setup-on-ubunt

这篇关于git://网址是gitolite的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆