<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wetware &#187; github.com</title>
	<atom:link href="http://www.wetware.co.nz/tag/github-com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wetware.co.nz</link>
	<description>Getting computers to do stuff so we don&#039;t have too</description>
	<lastBuildDate>Thu, 01 Sep 2011 09:25:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Can&#8217;t Access Github behind proxy or Firewall</title>
		<link>http://www.wetware.co.nz/2010/03/cant-access-github-behind-proxy-or-firewall/</link>
		<comments>http://www.wetware.co.nz/2010/03/cant-access-github-behind-proxy-or-firewall/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 09:45:34 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Server Config]]></category>
		<category><![CDATA[Ubuntu Tricks]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[corkscrew]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github.com]]></category>
		<category><![CDATA[http proxy]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=663</guid>
		<description><![CDATA[Use corkscrew to get through the firewall. You will have to install it from source. website: http://www.agroman.net/corkscrew/ Now edit your ~/.ssh/config file, create it if you haven&#8217;t got one. &#62; cat ~/.ssh/config Host gitproxy User git Hostname ssh.github.com Port 443 ProxyCommand /usr/local/bin/corkscrew proxy.example.com 3128 %h %p IdentityFile /home/jordan/.ssh/id_rsa Now use this proxy when cloning git [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2010/03/cant-access-github-behind-proxy-or-firewall/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

