<?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: Setting up Git on CentOS 5 server</title>
	<atom:link href="http://www.davegardner.me.uk/blog/2010/01/29/setting-up-git-on-centos-5-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davegardner.me.uk/blog/2010/01/29/setting-up-git-on-centos-5-server/</link>
	<description>Just behind the bleeding edge of PHP.</description>
	<lastBuildDate>Sun, 11 Sep 2011 18:49:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ali</title>
		<link>http://www.davegardner.me.uk/blog/2010/01/29/setting-up-git-on-centos-5-server/comment-page-1/#comment-1780</link>
		<dc:creator>ali</dc:creator>
		<pubDate>Wed, 13 Jul 2011 15:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.davegardner.me.uk/blog/?p=79#comment-1780</guid>
		<description>GPG key retrieval failed: [Errno 5] OSError: [Errno 2] No such file or directory: &#039;/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL&#039;

Thanks to BigMike&#039;s comment:

cd /etc/pki/rpm-gpg
wget http://download.fedora.redhat.com/pub/epel/RPM-GPG-KEY-EPEL</description>
		<content:encoded><![CDATA[<p>GPG key retrieval failed: [Errno 5] OSError: [Errno 2] No such file or directory: &#8216;/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL&#8217;</p>
<p>Thanks to BigMike&#8217;s comment:</p>
<p>cd /etc/pki/rpm-gpg<br />
wget <a href="http://download.fedora.redhat.com/pub/epel/RPM-GPG-KEY-EPEL" rel="nofollow">http://download.fedora.redhat.com/pub/epel/RPM-GPG-KEY-EPEL</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan Reeves</title>
		<link>http://www.davegardner.me.uk/blog/2010/01/29/setting-up-git-on-centos-5-server/comment-page-1/#comment-1618</link>
		<dc:creator>Evan Reeves</dc:creator>
		<pubDate>Mon, 18 Apr 2011 19:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.davegardner.me.uk/blog/?p=79#comment-1618</guid>
		<description>Check out BIGMike&#039;s comment above. Necessary to fetch the PGP key or the installation will fail.</description>
		<content:encoded><![CDATA[<p>Check out BIGMike&#8217;s comment above. Necessary to fetch the PGP key or the installation will fail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamey Highfield</title>
		<link>http://www.davegardner.me.uk/blog/2010/01/29/setting-up-git-on-centos-5-server/comment-page-1/#comment-605</link>
		<dc:creator>Jamey Highfield</dc:creator>
		<pubDate>Fri, 27 Aug 2010 15:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.davegardner.me.uk/blog/?p=79#comment-605</guid>
		<description>If your employer doesn&#039;t have a password for an account on your laptop, and you have no files shared, even though it&#039;s technically possible for him to, it&#039;s illegal.</description>
		<content:encoded><![CDATA[<p>If your employer doesn&#8217;t have a password for an account on your laptop, and you have no files shared, even though it&#8217;s technically possible for him to, it&#8217;s illegal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BIGmike</title>
		<link>http://www.davegardner.me.uk/blog/2010/01/29/setting-up-git-on-centos-5-server/comment-page-1/#comment-581</link>
		<dc:creator>BIGmike</dc:creator>
		<pubDate>Sat, 15 May 2010 07:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.davegardner.me.uk/blog/?p=79#comment-581</guid>
		<description>don&#039;t forget
cd /etc/pki/rpm-gpg
wget http://download.fedora.redhat.com/pub/epel/RPM-GPG-KEY-EPEL</description>
		<content:encoded><![CDATA[<p>don&#8217;t forget<br />
cd /etc/pki/rpm-gpg<br />
wget <a href="http://download.fedora.redhat.com/pub/epel/RPM-GPG-KEY-EPEL" rel="nofollow">http://download.fedora.redhat.com/pub/epel/RPM-GPG-KEY-EPEL</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christof</title>
		<link>http://www.davegardner.me.uk/blog/2010/01/29/setting-up-git-on-centos-5-server/comment-page-1/#comment-527</link>
		<dc:creator>Christof</dc:creator>
		<pubDate>Mon, 29 Mar 2010 13:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.davegardner.me.uk/blog/?p=79#comment-527</guid>
		<description>I can also recommend gitosis, if you want to host a git repository via ssh. There is a package for CentOS available in EPEL.

Here is a good introduction: http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way</description>
		<content:encoded><![CDATA[<p>I can also recommend gitosis, if you want to host a git repository via ssh. There is a package for CentOS available in EPEL.</p>
<p>Here is a good introduction: <a href="http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way" rel="nofollow">http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nabil Kadimi</title>
		<link>http://www.davegardner.me.uk/blog/2010/01/29/setting-up-git-on-centos-5-server/comment-page-1/#comment-506</link>
		<dc:creator>Nabil Kadimi</dc:creator>
		<pubDate>Sat, 20 Mar 2010 20:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.davegardner.me.uk/blog/?p=79#comment-506</guid>
		<description>Thanks for the repo hint... 
I&#039;m upset when I see some very good packages missing on CentOS</description>
		<content:encoded><![CDATA[<p>Thanks for the repo hint&#8230;<br />
I&#8217;m upset when I see some very good packages missing on CentOS</p>
]]></content:encoded>
	</item>
</channel>
</rss>

