<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Git with and without proxy</title>
	<atom:link href="http://threebytesfull.com/2008/04/git-with-and-without-proxy/feed/" rel="self" type="application/rss+xml" />
	<link>http://threebytesfull.com/2008/04/git-with-and-without-proxy/</link>
	<description></description>
	<pubDate>Thu, 09 Sep 2010 03:36:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Paul Visscher (paulv) 's status on Thursday, 10-Sep-09 20:41:27 UTC - Identi.ca</title>
		<link>http://threebytesfull.com/2008/04/git-with-and-without-proxy/comment-page-1/#comment-232</link>
		<dc:creator>Paul Visscher (paulv) 's status on Thursday, 10-Sep-09 20:41:27 UTC - Identi.ca</dc:creator>
		<pubDate>Thu, 10 Sep 2009 20:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://threebytesfull.com/?p=6#comment-232</guid>
		<description>[...]  http://threebytesfull.com/2008/04/git-with-and-without-proxy/        a few seconds ago  from api [...]</description>
		<content:encoded><![CDATA[<p>[...]  <a href="http://threebytesfull.com/2008/04/git-with-and-without-proxy/"  rel="nofollow">http://threebytesfull.com/2008/04/git-with-and-without-proxy/</a>        a few seconds ago  from api [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: androidstar</title>
		<link>http://threebytesfull.com/2008/04/git-with-and-without-proxy/comment-page-1/#comment-216</link>
		<dc:creator>androidstar</dc:creator>
		<pubDate>Wed, 19 Aug 2009 13:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://threebytesfull.com/?p=6#comment-216</guid>
		<description>whenever i execute
repo init -u git://android.git.kernel.org/platform/manifest.git

i get error 

FATAL: Connection closed by peer.
fatal: The remote end hung up unexpectedly


if i use socks-gw as above

if i change socks-gw to

/path/to/connect -H my.socks.server:1080 $@

i get following error

Getting repo …
from git://android.git.kernel.org/tools/repo.git
FATAL: failed to begin relaying via HTTP.
fatal: The remote end hung up unexpectedly


Thanks
suma</description>
		<content:encoded><![CDATA[<p>whenever i execute<br />
repo init -u git://android.git.kernel.org/platform/manifest.git</p>
<p>i get error </p>
<p>FATAL: Connection closed by peer.<br />
fatal: The remote end hung up unexpectedly</p>
<p>if i use socks-gw as above</p>
<p>if i change socks-gw to</p>
<p>/path/to/connect -H my.socks.server:1080 $@</p>
<p>i get following error</p>
<p>Getting repo …<br />
from git://android.git.kernel.org/tools/repo.git<br />
FATAL: failed to begin relaying via HTTP.<br />
fatal: The remote end hung up unexpectedly</p>
<p>Thanks<br />
suma</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: androidstar</title>
		<link>http://threebytesfull.com/2008/04/git-with-and-without-proxy/comment-page-1/#comment-215</link>
		<dc:creator>androidstar</dc:creator>
		<pubDate>Wed, 19 Aug 2009 12:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://threebytesfull.com/?p=6#comment-215</guid>
		<description>http error is from the connect script</description>
		<content:encoded><![CDATA[<p>http error is from the connect script</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://threebytesfull.com/2008/04/git-with-and-without-proxy/comment-page-1/#comment-214</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 18 Aug 2009 13:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://threebytesfull.com/?p=6#comment-214</guid>
		<description>Ensure that your GIT_SSH and GIT_PROXY_COMMAND environment variables are set as described above. The repository URL you’re using isn’t HTTP so I’m not sure where the HTTP errors are coming from. Is that the current version of the repo script from &lt;a href="http://source.android.com/download/using-repo" rel="nofollow"&gt;http://source.android.com/download/using-repo&lt;/a&gt;?</description>
		<content:encoded><![CDATA[<p>Ensure that your GIT_SSH and GIT_PROXY_COMMAND environment variables are set as described above. The repository URL you’re using isn’t HTTP so I’m not sure where the HTTP errors are coming from. Is that the current version of the repo script from <a href="http://source.android.com/download/using-repo" onclick="javascript:pageTracker._trackPageview('/outbound/comment/source.android.com');" rel="nofollow">http://source.android.com/download/using-repo</a>?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: androidstar</title>
		<link>http://threebytesfull.com/2008/04/git-with-and-without-proxy/comment-page-1/#comment-213</link>
		<dc:creator>androidstar</dc:creator>
		<pubDate>Tue, 18 Aug 2009 12:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://threebytesfull.com/?p=6#comment-213</guid>
		<description>whenever i execute
repo init -u git://android.git.kernel.org/platform/manifest.git
i get following error please help me


Getting repo ...
   from git://android.git.kernel.org/tools/repo.git
FATAL: failed to begin relaying via HTTP.
fatal: The remote end hung up unexpectedly</description>
		<content:encoded><![CDATA[<p>whenever i execute<br />
repo init -u git://android.git.kernel.org/platform/manifest.git<br />
i get following error please help me</p>
<p>Getting repo &#8230;<br />
   from git://android.git.kernel.org/tools/repo.git<br />
FATAL: failed to begin relaying via HTTP.<br />
fatal: The remote end hung up unexpectedly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Git-over-SSH through Socks 5 Proxy on Windows at Detronizator.org</title>
		<link>http://threebytesfull.com/2008/04/git-with-and-without-proxy/comment-page-1/#comment-211</link>
		<dc:creator>Git-over-SSH through Socks 5 Proxy on Windows at Detronizator.org</dc:creator>
		<pubDate>Thu, 13 Aug 2009 10:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://threebytesfull.com/?p=6#comment-211</guid>
		<description>[...] to ThreeBytesFull, from which I re-adapted the scripts to work on [...]</description>
		<content:encoded><![CDATA[<p>[...] to ThreeBytesFull, from which I re-adapted the scripts to work on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Border</title>
		<link>http://threebytesfull.com/2008/04/git-with-and-without-proxy/comment-page-1/#comment-200</link>
		<dc:creator>Border</dc:creator>
		<pubDate>Wed, 22 Jul 2009 07:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://threebytesfull.com/?p=6#comment-200</guid>
		<description>This is great. TKS</description>
		<content:encoded><![CDATA[<p>This is great. TKS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://threebytesfull.com/2008/04/git-with-and-without-proxy/comment-page-1/#comment-184</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 16 Jun 2009 17:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://threebytesfull.com/?p=6#comment-184</guid>
		<description>Awesome... Some git repos will access fine through http so I can use my work http proxy, but this is great for the ones that don't respond nicely to http paths.</description>
		<content:encoded><![CDATA[<p>Awesome&#8230; Some git repos will access fine through http so I can use my work http proxy, but this is great for the ones that don&#8217;t respond nicely to http paths.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ludovic Kuty</title>
		<link>http://threebytesfull.com/2008/04/git-with-and-without-proxy/comment-page-1/#comment-167</link>
		<dc:creator>Ludovic Kuty</dc:creator>
		<pubDate>Thu, 14 May 2009 06:00:35 +0000</pubDate>
		<guid isPermaLink="false">http://threebytesfull.com/?p=6#comment-167</guid>
		<description>Awesome ! Many thanks.</description>
		<content:encoded><![CDATA[<p>Awesome ! Many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Proxy</title>
		<link>http://threebytesfull.com/2008/04/git-with-and-without-proxy/comment-page-1/#comment-156</link>
		<dc:creator>Proxy</dc:creator>
		<pubDate>Sun, 19 Apr 2009 19:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://threebytesfull.com/?p=6#comment-156</guid>
		<description>Just wanna add something here. Need a fast and clean proxy? Try proxy.my

Unblock friendster, facebook, myspace and even youtube!</description>
		<content:encoded><![CDATA[<p>Just wanna add something here. Need a fast and clean proxy? Try proxy.my</p>
<p>Unblock friendster, facebook, myspace and even youtube!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
