<?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>alecmce.com &#187; github</title>
	<atom:link href="http://alecmce.com/tag/github/feed" rel="self" type="application/rss+xml" />
	<link>http://alecmce.com</link>
	<description></description>
	<lastBuildDate>Thu, 10 Nov 2011 21:56:45 +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>Windows, Eclipse and GitHub</title>
		<link>http://alecmce.com/library/windows-eclipse-and-github</link>
		<comments>http://alecmce.com/library/windows-eclipse-and-github#comments</comments>
		<pubDate>Mon, 28 Sep 2009 15:48:58 +0000</pubDate>
		<dc:creator>alecmce</dc:creator>
				<category><![CDATA[library]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[walkthrough]]></category>

		<guid isPermaLink="false">http://alecmce.com/?p=340</guid>
		<description><![CDATA[Setting up for using GitHub on my mac was a breeze. Setting up at work on Windows was a pain. I think that these steps will satisfactorily setup Eclipse to work with GitHub. If you haven&#8217;t got a GitHub account, create one; Install eGit in Eclipse; EGit for Eclipse is at http://www.jgit.org/updates; I was unable [...]]]></description>
			<content:encoded><![CDATA[<p>Setting up for using GitHub on my mac was a breeze. Setting up at work on Windows was a pain. I <em>think</em> that these steps will satisfactorily setup Eclipse to work with GitHub.</p>
<ol>
<li>If you haven&#8217;t got a GitHub account, create one;</li>
<li>Install eGit in Eclipse;</li>
<ul>
<li>EGit for Eclipse is at <a href="http://www.jgit.org/updates">http://www.jgit.org/updates</a>;</li>
<li>I was unable to install EGit into the FDT &#8216;standalone&#8217; version of Eclipse. If you have this problem you will need to download and install the (superior) <a href="http://www.eclipse.org/downloads/">Eclipse Classic Version</a>;</li>
</ul>
<li>Download and install <a href="http://code.google.com/p/msysgit/downloads/list">msysgit</a> from Google Code;</li>
<li>Create your own ssh key using
<pre class="brush: bash; title: ; notranslate">$ ssh-keygen -C &quot;your@email.com&quot; -t rsa
</pre>
</li>
<ul>
<li>Personally I&#8217;d use the &#8220;Use Git Bash only&#8221; option;</li>
</ul>
<li>This will generate your key to (typically):
<pre class="brush: plain; title: ; notranslate">c:\Documents and Settings\[yourname]\.ssh</pre>
<p> Change the folder from <strong>.ssh</strong> to <strong>ssh</strong>, otherwise EGit will look in the wrong place;</li>
<li>In Eclipse, &#8220;Import&#8230;&#8221; a new project and choose &#8220;Git Repository&#8221;.</li>
<li>Copy the Public Clone URL from the GitHub repository that you want to clone into the Location URI.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://alecmce.com/library/windows-eclipse-and-github/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

