<?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 Git and Github for Windows from within a Windows auth proxy network.</title>
	<atom:link href="http://lostechies.com/erichexter/2012/11/15/how-to-use-git-and-github-for-windows-from-within-a-windows-auth-proxy-network/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/erichexter/2012/11/15/how-to-use-git-and-github-for-windows-from-within-a-windows-auth-proxy-network/</link>
	<description></description>
	<lastBuildDate>Thu, 16 May 2013 09:01:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Sean Kenny</title>
		<link>http://lostechies.com/erichexter/2012/11/15/how-to-use-git-and-github-for-windows-from-within-a-windows-auth-proxy-network/#comment-441</link>
		<dc:creator>Sean Kenny</dc:creator>
		<pubDate>Mon, 19 Nov 2012 08:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/erichexter/?p=284#comment-441</guid>
		<description>Hi Eric.  Thanks for this.  Worked for me all right.  Just needed to change &quot;after: C:Python27python.exe main.py&quot; to &quot;after: C:Python27python.exe main.py&quot; and &quot;git config –global http.proxy http://localhost:58665&quot; to &quot;git config --global http.proxy http://localhost:5865&quot;.</description>
		<content:encoded><![CDATA[<p>Hi Eric.  Thanks for this.  Worked for me all right.  Just needed to change &#8220;after: C:Python27python.exe main.py&#8221; to &#8220;after: C:Python27python.exe main.py&#8221; and &#8220;git config –global http.proxy http://localhost:58665&#8243; to &#8220;git config &#8211;global http.proxy http://localhost:5865&#8243;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erichexter</title>
		<link>http://lostechies.com/erichexter/2012/11/15/how-to-use-git-and-github-for-windows-from-within-a-windows-auth-proxy-network/#comment-440</link>
		<dc:creator>erichexter</dc:creator>
		<pubDate>Sun, 18 Nov 2012 11:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/erichexter/?p=284#comment-440</guid>
		<description>thanks for that tip... we will try that out.

Eric Hexter

blog &#124; http://Hex.LosTechies.com
info &#124; http://www.linkedin.com/in/erichexter</description>
		<content:encoded><![CDATA[<p>thanks for that tip&#8230; we will try that out.</p>
<p>Eric Hexter</p>
<p>blog | <a href="http://Hex.LosTechies.com" rel="nofollow">http://Hex.LosTechies.com</a><br />
info | <a href="http://www.linkedin.com/in/erichexter" rel="nofollow">http://www.linkedin.com/in/erichexter</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xelibrion</title>
		<link>http://lostechies.com/erichexter/2012/11/15/how-to-use-git-and-github-for-windows-from-within-a-windows-auth-proxy-network/#comment-439</link>
		<dc:creator>xelibrion</dc:creator>
		<pubDate>Sun, 18 Nov 2012 08:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/erichexter/?p=284#comment-439</guid>
		<description>Hi Eric

We use cntlm proxy http://cntlm.sourceforge.net, does not require python and works like a charm.</description>
		<content:encoded><![CDATA[<p>Hi Eric</p>
<p>We use cntlm proxy <a href="http://cntlm.sourceforge.net" rel="nofollow">http://cntlm.sourceforge.net</a>, does not require python and works like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://lostechies.com/erichexter/2012/11/15/how-to-use-git-and-github-for-windows-from-within-a-windows-auth-proxy-network/#comment-433</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Thu, 15 Nov 2012 17:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/erichexter/?p=284#comment-433</guid>
		<description>The latest version bundles Python which is nice--saves a download.

I wasn&#039;t able to get either version to work, sadly. I was still getting a 407 even though my local proxy was configured and running.

I was able to manually specify my proxy with creds in my git config (http://stackoverflow.com/questions/783811/getting-git-to-work-with-a-proxy-server) and I also needed to specify our corporate certificate. It worked after that. The downside is, of course, I need to store my creds in the git config.

Still...helpful article! Got me on the right path toward a solution :)</description>
		<content:encoded><![CDATA[<p>The latest version bundles Python which is nice&#8211;saves a download.</p>
<p>I wasn&#8217;t able to get either version to work, sadly. I was still getting a 407 even though my local proxy was configured and running.</p>
<p>I was able to manually specify my proxy with creds in my git config (<a href="http://stackoverflow.com/questions/783811/getting-git-to-work-with-a-proxy-server" rel="nofollow">http://stackoverflow.com/questions/783811/getting-git-to-work-with-a-proxy-server</a>) and I also needed to specify our corporate certificate. It worked after that. The downside is, of course, I need to store my creds in the git config.</p>
<p>Still&#8230;helpful article! Got me on the right path toward a solution <img src='http://lostechies.com/erichexter/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erichexter</title>
		<link>http://lostechies.com/erichexter/2012/11/15/how-to-use-git-and-github-for-windows-from-within-a-windows-auth-proxy-network/#comment-432</link>
		<dc:creator>erichexter</dc:creator>
		<pubDate>Thu, 15 Nov 2012 14:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/erichexter/?p=284#comment-432</guid>
		<description>That one has been working for us.  At some point someone tried a differnet version that did not work. So, I am sticking with that version until we upgrade and determine if the lastest works.</description>
		<content:encoded><![CDATA[<p>That one has been working for us.  At some point someone tried a differnet version that did not work. So, I am sticking with that version until we upgrade and determine if the lastest works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://lostechies.com/erichexter/2012/11/15/how-to-use-git-and-github-for-windows-from-within-a-windows-auth-proxy-network/#comment-431</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Thu, 15 Nov 2012 14:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/erichexter/?p=284#comment-431</guid>
		<description>Any reason you linked directly an older version of ntlmaps?</description>
		<content:encoded><![CDATA[<p>Any reason you linked directly an older version of ntlmaps?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
