<br>I&#39;ve tried retrieving XCB from the following without any issues:<br><br>git clone git://<a href="http://anongit.freedesktop.org/git/xcb/libxcb">anongit.freedesktop.org/git/xcb/libxcb</a><br><br>however this gives me XCB 1.2 since the README had a separate for developers section and since I wanted the cutting edge devel tree so I could apply my win32 patches and put them up on githhub I thought git clone git+ssh://<a href="http://git.freedesktop.org/git/xcb/libxcb" target="_blank">git.freedesktop.org/git/xcb/libxcb</a> would do it.<br>
<br>Should I just apply the patches on 1.2 and upload on github? or is there a more recent tree I could get from somewhere<br><br><br><div class="gmail_quote">On Tue, May 5, 2009 at 4:55 PM, Antoine Latter <span dir="ltr">&lt;<a href="mailto:aslatter@gmail.com">aslatter@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Tue, May 5, 2009 at 4:51 AM, Jeetu Golani &lt;<a href="mailto:jeetu.golani@gmail.com">jeetu.golani@gmail.com</a>&gt; wrote:<br>

&gt; Hi guys,<br>
&gt;<br>
&gt; I finally thought I&#39;d get around to put up xcb with the win32 port on<br>
&gt; github. I&#39;ve been trying to retrieve the current xcb master from git using<br>
&gt; the following command I saw in the README:<br>
&gt;<br>
&gt; git clone git+ssh://<a href="http://git.freedesktop.org/git/xcb/libxcb" target="_blank">git.freedesktop.org/git/xcb/libxcb</a><br>
&gt;<br>
&gt; Unfortunately this fails and fallsback to password authentication. I tried<br>
&gt; debugging using ssh -vvv <a href="mailto:jeetu@git.freedesktop.org">jeetu@git.freedesktop.org</a> and see the following<br>
&gt; output:<br>
&gt;<br>
&gt;  ssh -vvv <a href="mailto:jeetu@git.freedesktop.org">jeetu@git.freedesktop.org</a><br>
<br>
</div>Have you tried it without ssh?  I&#39;ve had:<br>
<br>
 git clone git://<a href="http://git.freedesktop.org/git/xcb/libxcb" target="_blank">git.freedesktop.org/git/xcb/libxcb</a><br>
<br>
work for me in the past, I believe.<br>
</blockquote></div><br>