<?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: How to use the git protocol through a HTTP CONNECT proxy</title>
	<atom:link href="http://www.emilsit.net/blog/archives/how-to-use-the-git-protocol-through-a-http-connect-proxy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emilsit.net/blog/archives/how-to-use-the-git-protocol-through-a-http-connect-proxy/</link>
	<description></description>
	<lastBuildDate>Fri, 13 Aug 2010 22:58:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Leox</title>
		<link>http://www.emilsit.net/blog/archives/how-to-use-the-git-protocol-through-a-http-connect-proxy/comment-page-1/#comment-27193</link>
		<dc:creator>Leox</dc:creator>
		<pubDate>Tue, 19 Jan 2010 10:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.emilsit.net/blog/?p=112#comment-27193</guid>
		<description>&lt;p&gt;I got the same error with tej.&lt;/p&gt;

&lt;p&gt;I use cntlm to go through a ISA server.
Then used this method will get this error.&lt;/p&gt;

&lt;p&gt;Does anyone here know how to resolve it?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I got the same error with tej.</p>

<p>I use cntlm to go through a ISA server.
Then used this method will get this error.</p>

<p>Does anyone here know how to resolve it?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Haruska</title>
		<link>http://www.emilsit.net/blog/archives/how-to-use-the-git-protocol-through-a-http-connect-proxy/comment-page-1/#comment-27184</link>
		<dc:creator>Jason Haruska</dc:creator>
		<pubDate>Mon, 02 Nov 2009 20:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.emilsit.net/blog/?p=112#comment-27184</guid>
		<description>&lt;p&gt;It worked great. Thanks for the info. Should get around to updating git protocol to use $http&lt;em&gt;proxy or maybe a new $git&lt;/em&gt;proxy variable&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It worked great. Thanks for the info. Should get around to updating git protocol to use $http<em>proxy or maybe a new $git</em>proxy variable</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Life with Debian and Ubuntu &#187; Using git over proxy</title>
		<link>http://www.emilsit.net/blog/archives/how-to-use-the-git-protocol-through-a-http-connect-proxy/comment-page-1/#comment-27175</link>
		<dc:creator>Life with Debian and Ubuntu &#187; Using git over proxy</dc:creator>
		<pubDate>Mon, 19 Oct 2009 13:17:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.emilsit.net/blog/?p=112#comment-27175</guid>
		<description>&lt;p&gt;[...] started coming when running the &#8216;repo&#8217; tool. On subsequent googling, I got this really useful link (thanks to Emil Sit) which explained how git can be used over http proxy for those git servers [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] started coming when running the &#8216;repo&#8217; tool. On subsequent googling, I got this really useful link (thanks to Emil Sit) which explained how git can be used over http proxy for those git servers [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Script to proxy git and svn protocols via http proxy &#171; Darragh&#8217;s Blog</title>
		<link>http://www.emilsit.net/blog/archives/how-to-use-the-git-protocol-through-a-http-connect-proxy/comment-page-1/#comment-27168</link>
		<dc:creator>Script to proxy git and svn protocols via http proxy &#171; Darragh&#8217;s Blog</dc:creator>
		<pubDate>Mon, 31 Aug 2009 10:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.emilsit.net/blog/?p=112#comment-27168</guid>
		<description>&lt;p&gt;[...] repos that didn&#8217;t have http equivalents I did some searching and found the following website http://www.emilsit.net/blog/archives/how-to-use-the-git-protocol-through-a-http-connect-proxy/ which described how you could use socat to create a tunnel that allowed access to git repositories [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] repos that didn&#8217;t have http equivalents I did some searching and found the following website <a href="http://www.emilsit.net/blog/archives/how-to-use-the-git-protocol-through-a-http-connect-proxy/" rel="nofollow">http://www.emilsit.net/blog/archives/how-to-use-the-git-protocol-through-a-http-connect-proxy/</a> which described how you could use socat to create a tunnel that allowed access to git repositories [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: tej</title>
		<link>http://www.emilsit.net/blog/archives/how-to-use-the-git-protocol-through-a-http-connect-proxy/comment-page-1/#comment-27165</link>
		<dc:creator>tej</dc:creator>
		<pubDate>Thu, 20 Aug 2009 09:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.emilsit.net/blog/?p=112#comment-27165</guid>
		<description>&lt;p&gt;2009/08/20 15:11:24 socat[12975] E CONNECT git.et.redhat.com:9418: Proxy Error ( The specified Secure Sockets Layer (SSL) port is not allowed. ISA Server is not configured to allow SSL requests from this port. Most Web browsers use port 443 for SSL requests.  )
fatal: The remote end hung up unexpectedly&lt;/p&gt;

&lt;p&gt;I was trying to clone libvirt. How do i turn off SSL here.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>2009/08/20 15:11:24 socat[12975] E CONNECT git.et.redhat.com:9418: Proxy Error ( The specified Secure Sockets Layer (SSL) port is not allowed. ISA Server is not configured to allow SSL requests from this port. Most Web browsers use port 443 for SSL requests.  )
fatal: The remote end hung up unexpectedly</p>

<p>I was trying to clone libvirt. How do i turn off SSL here.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Emil Sit</title>
		<link>http://www.emilsit.net/blog/archives/how-to-use-the-git-protocol-through-a-http-connect-proxy/comment-page-1/#comment-27160</link>
		<dc:creator>Emil Sit</dc:creator>
		<pubDate>Tue, 14 Jul 2009 13:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.emilsit.net/blog/?p=112#comment-27160</guid>
		<description>&lt;p&gt;@Sander (sorry for delay; blog wasn&#039;t sending e-mails about pending comments), try appending &quot;,proxyauth=username:password&quot; to the PROXY: command (after the _proxyport).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Sander (sorry for delay; blog wasn&#8217;t sending e-mails about pending comments), try appending &#8220;,proxyauth=username:password&#8221; to the PROXY: command (after the _proxyport).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Day 12: Another Day at the Office The Codex 2 Project</title>
		<link>http://www.emilsit.net/blog/archives/how-to-use-the-git-protocol-through-a-http-connect-proxy/comment-page-1/#comment-27158</link>
		<dc:creator>&#187; Day 12: Another Day at the Office The Codex 2 Project</dc:creator>
		<pubDate>Tue, 30 Jun 2009 23:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.emilsit.net/blog/?p=112#comment-27158</guid>
		<description>&lt;p&gt;[...] some further discussions in IRC I was linked on how to use the Git protocol though an HTTP connect proxy, but unfortunately we aren’t running from a proxy in the labs. The next idea was to change the [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] some further discussions in IRC I was linked on how to use the Git protocol though an HTTP connect proxy, but unfortunately we aren’t running from a proxy in the labs. The next idea was to change the [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Using Git behind Proxy &#171; Stand on the shoulders of giants</title>
		<link>http://www.emilsit.net/blog/archives/how-to-use-the-git-protocol-through-a-http-connect-proxy/comment-page-1/#comment-27154</link>
		<dc:creator>Using Git behind Proxy &#171; Stand on the shoulders of giants</dc:creator>
		<pubDate>Thu, 04 Jun 2009 13:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.emilsit.net/blog/?p=112#comment-27154</guid>
		<description>&lt;p&gt;[...] using tunneling and installing local proxy. Following the instruction from this, this #2, and this #3 link, I installed socat, tconf and proxy+ in my local machine, but got no luck. After doing all the [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] using tunneling and installing local proxy. Following the instruction from this, this #2, and this #3 link, I installed socat, tconf and proxy+ in my local machine, but got no luck. After doing all the [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: The re-entrant coder &#187; Git through proxy&#8230;.</title>
		<link>http://www.emilsit.net/blog/archives/how-to-use-the-git-protocol-through-a-http-connect-proxy/comment-page-1/#comment-27153</link>
		<dc:creator>The re-entrant coder &#187; Git through proxy&#8230;.</dc:creator>
		<pubDate>Thu, 04 Jun 2009 10:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.emilsit.net/blog/?p=112#comment-27153</guid>
		<description>&lt;p&gt;[...] go through a proxy. I had a hard time finding info on how to use git with a proxy, but then I found this link detailing a script that uses socat to get through a proxy. The sample script they provided did half [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] go through a proxy. I had a hard time finding info on how to use git with a proxy, but then I found this link detailing a script that uses socat to get through a proxy. The sample script they provided did half [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sander Alberink</title>
		<link>http://www.emilsit.net/blog/archives/how-to-use-the-git-protocol-through-a-http-connect-proxy/comment-page-1/#comment-27152</link>
		<dc:creator>Sander Alberink</dc:creator>
		<pubDate>Thu, 04 Jun 2009 09:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.emilsit.net/blog/?p=112#comment-27152</guid>
		<description>&lt;p&gt;Nice idea. However, I&#039;m searching for this solution against an authenticating proxy. Any clues here?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nice idea. However, I&#8217;m searching for this solution against an authenticating proxy. Any clues here?</p>]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->