<?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 for ThreeBytesFull</title>
	<atom:link href="http://threebytesfull.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://threebytesfull.com</link>
	<description></description>
	<pubDate>Wed, 10 Mar 2010 22:38:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Simple “method got called” debugging by Abizer</title>
		<link>http://threebytesfull.com/2009/02/simple-%e2%80%9cmethod-got-called%e2%80%9d-debugging/comment-page-1/#comment-383</link>
		<dc:creator>Abizer</dc:creator>
		<pubDate>Tue, 10 Nov 2009 16:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://threebytesfull.com/?p=67#comment-383</guid>
		<description>For an example of how to wrap up calls so that they are only restricted to debug builds, have a look at http://www.cimgf.com/2009/01/24/dropping-nslog-in-release-builds/</description>
		<content:encoded><![CDATA[<p>For an example of how to wrap up calls so that they are only restricted to debug builds, have a look at <a href="http://www.cimgf.com/2009/01/24/dropping-nslog-in-release-builds/" onclick="javascript:pageTracker._trackPageview('/outbound/comment/www.cimgf.com');" rel="nofollow">http://www.cimgf.com/2009/01/24/dropping-nslog-in-release-builds/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Git with and without proxy 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>Comment on Git with and without proxy 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>Comment on Git with and without proxy 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>Comment on Git with and without proxy 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>Comment on Git with and without proxy 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>Comment on Git with and without proxy 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>Comment on Git with and without proxy 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>Comment on Git with and without proxy 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>Comment on Git with and without proxy 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>
</channel>
</rss>
