<meta http-equiv="content-type" content="text/html; charset=utf-8">still no luck with it :(<div>I precede git command by proxychains one since git does not respect any kind of proxy settings (nor system wide or those I set via git config http.proxy) and it only works  in such way.</div>
<div>==============================================================================</div><div><div>ProxyChains-3.1 (<a href="http://proxychains.sf.net">http://proxychains.sf.net</a>)</div><div>Initialized empty Git repository in /home/teo/prj/archipel/Archipel/Libvirt/.gnulib/.git/</div>
<div><a href="http://git.sv.gnu.org">git.sv.gnu.org</a>[0: 140.186.70.72]: errno=Connection refused</div><div>fatal: unable to connect a socket (Connection refused)</div><div>Clone of 'git://<a href="http://git.sv.gnu.org/gnulib.git">git.sv.gnu.org/gnulib.git</a>' into submodule path '.gnulib' failed</div>
<div>Failed to recurse into submodule path 'Libvirt'</div><div>Unable to initialize submodules</div><div>==============================================================================</div><div><br></div><div>I suspect it still tries to use git proto somehow...</div>
<div><br></div><div>here's the output from another libvirt repo</div><div>==============================================================================</div><div><div>time proxychains git clone <a href="https://github.com/marcusk/libvirt.git">https://github.com/marcusk/libvirt.git</a></div>
<div>ProxyChains-3.1 (<a href="http://proxychains.sf.net">http://proxychains.sf.net</a>)</div><div>Initialized empty Git repository in /home/teo/prj/libvirt/.git/</div><div>remote: Counting objects: 50464, done.</div><div>
remote: Compressing objects: 100% (8268/8268), done.</div><div>remote: Total 50464 (delta 42261), reused 50257 (delta 42058)</div><div>Receiving objects: 100% (50464/50464), 51.74 MiB | 177 KiB/s, done.</div><div>Resolving deltas: 100% (42261/42261), done.</div>
<div><br></div><div>real    7m42.509s</div><div>user    0m13.210s</div><div>sys     0m1.140s</div></div><div>==============================================================================</div></div><br><div class="gmail_quote">
2011/1/24 Daniel P. Berrange <span dir="ltr"><<a href="mailto:berrange@redhat.com">berrange@redhat.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">On Mon, Jan 24, 2011 at 11:33:28PM +1100, Justin Clift wrote:<br>
> On 24/01/2011, at 11:06 PM, Fyodor Kupchik wrote:<br>
> > I can make a checkout from <a href="https://github.org" target="_blank">https://github.org</a> and there exist several repos with the libvirt sources but I don't know if I can safely use them.<br>
> ><br>
> > Unfortunately I can't use snapshot since I'm using scripted installation procedure. Yes, I can rewrite the script but it is not convenient to me because I want to automate update and compilation of sources and maintaining the patches for the bootstrap script looks painful to me.<br>

> ><br>
> > Can anyone from the official team create a repo on github server and configure mirroring the sources tree? Of course the best way it to have HTTPS on the official <a href="http://libvirt.org" target="_blank">libvirt.org</a> site.<br>

><br>
> Hey Daniel, where is the git mirroring to gitorious done?<br>
><br>
> Is it a script or something that pushes from the <a href="http://libvirt.org" target="_blank">libvirt.org</a> servers, or something that pulls from gitorious, or something else?<br>
><br>
> Was thinking of setting up an equivalent for GitHub, as<br>
>  gitorious has problems with http:// and https:// access.<br>
<br>
</div></div>Err, http:// access works fine with gitorious. I think<br>
you simply didn't wait long enough. GIT's  HTTP access<br>
mechanism is seriously inefficient, and doesn't appear<br>
to give you ongoing progress feedback like the git://<br>
protocol, so expect to wait a while. I've verified I<br>
can clone the main GIT repo over http in about 2 minutes<br>
using:<br>
<div class="im"><br>
 git clone <a href="http://git.gitorious.org/libvirt/libvirt.git" target="_blank">http://git.gitorious.org/libvirt/libvirt.git</a><br>
<br>
</div>Regards,<br>
<font color="#888888">Daniel<br>
</font></blockquote></div><br>