<?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: Git on MacOSX</title>
	<atom:link href="http://guyslikedolls.com/2008/03/23/git-on-macosx/feed/" rel="self" type="application/rss+xml" />
	<link>http://guyslikedolls.com/2008/03/23/git-on-macosx/</link>
	<description>an exploration of something</description>
	<lastBuildDate>Thu, 19 Apr 2012 08:11:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: John Pitcairn</title>
		<link>http://guyslikedolls.com/2008/03/23/git-on-macosx/comment-page-1/#comment-309</link>
		<dc:creator>John Pitcairn</dc:creator>
		<pubDate>Mon, 09 Aug 2010 11:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyslikedolls.com/git-on-macosx#comment-309</guid>
		<description>Installed git 1.6.6.2 with no issues on a PPC running 10.4.11</description>
		<content:encoded><![CDATA[<p>Installed git 1.6.6.2 with no issues on a PPC running 10.4.11</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Club Penguin Cheats</title>
		<link>http://guyslikedolls.com/2008/03/23/git-on-macosx/comment-page-1/#comment-177</link>
		<dc:creator>Club Penguin Cheats</dc:creator>
		<pubDate>Sun, 30 Aug 2009 00:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyslikedolls.com/git-on-macosx#comment-177</guid>
		<description>Many installations of sshd do not invoke your shell as the login shell when you directly run programs; what this means is that if your login shell is bash, only .bashrc is read and not .bash_profile.</description>
		<content:encoded><![CDATA[<p>Many installations of sshd do not invoke your shell as the login shell when you directly run programs; what this means is that if your login shell is bash, only .bashrc is read and not .bash_profile.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joey</title>
		<link>http://guyslikedolls.com/2008/03/23/git-on-macosx/comment-page-1/#comment-92</link>
		<dc:creator>joey</dc:creator>
		<pubDate>Sun, 08 Jun 2008 20:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyslikedolls.com/git-on-macosx#comment-92</guid>
		<description>Great, glad that you got it working.</description>
		<content:encoded><![CDATA[<p>Great, glad that you got it working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rich</title>
		<link>http://guyslikedolls.com/2008/03/23/git-on-macosx/comment-page-1/#comment-91</link>
		<dc:creator>rich</dc:creator>
		<pubDate>Sun, 08 Jun 2008 18:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyslikedolls.com/git-on-macosx#comment-91</guid>
		<description>Thanks so much.  I&#039;ve been battling the &#039;expat.h is missing&#039; error for over a week now.  After installing expat on OS X 10.3, Git is good-to-go.
Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks so much.  I&#8217;ve been battling the &#8216;expat.h is missing&#8217; error for over a week now.  After installing expat on OS X 10.3, Git is good-to-go.<br />
Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joey</title>
		<link>http://guyslikedolls.com/2008/03/23/git-on-macosx/comment-page-1/#comment-102</link>
		<dc:creator>joey</dc:creator>
		<pubDate>Sun, 08 Jun 2008 18:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyslikedolls.com/git-on-macosx#comment-102</guid>
		<description>Great, glad that you got it working.</description>
		<content:encoded><![CDATA[<p>Great, glad that you got it working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel Boucher</title>
		<link>http://guyslikedolls.com/2008/03/23/git-on-macosx/comment-page-1/#comment-60</link>
		<dc:creator>Gabriel Boucher</dc:creator>
		<pubDate>Fri, 04 Apr 2008 16:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyslikedolls.com/git-on-macosx#comment-60</guid>
		<description>I&#039;ve got to install git on 10.4, the only thing is that you need to add /usr/local/bin and /usr/local/sbin to a .bashrc instead of .basr_profile or /etc/profile because &lt;cite&gt; Many installations of sshd do not invoke your shell as the login shell when you directly run programs; what this means is that if your login shell is bash, only .bashrc is read and not .bash_profile. As a workaround, make sure .bashrc sets up $PATH so that you can run git-receive-pack program.&lt;/cite&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got to install git on 10.4, the only thing is that you need to add /usr/local/bin and /usr/local/sbin to a .bashrc instead of .basr_profile or /etc/profile because <cite> Many installations of sshd do not invoke your shell as the login shell when you directly run programs; what this means is that if your login shell is bash, only .bashrc is read and not .bash_profile. As a workaround, make sure .bashrc sets up $PATH so that you can run git-receive-pack program.</cite></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel Boucher</title>
		<link>http://guyslikedolls.com/2008/03/23/git-on-macosx/comment-page-1/#comment-101</link>
		<dc:creator>Gabriel Boucher</dc:creator>
		<pubDate>Fri, 04 Apr 2008 14:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyslikedolls.com/git-on-macosx#comment-101</guid>
		<description>&lt;cite&gt; Many installations of sshd do not invoke your shell as the login shell when you directly run programs; what this means is that if your login shell is bash, only .bashrc is read and not .bash_profile. As a workaround, make sure .bashrc sets up $PATH so that you can run git-receive-pack program.&lt;/cite&gt;</description>
		<content:encoded><![CDATA[<p>&lt;cite&gt; Many installations of sshd do not invoke your shell as the login shell when you directly run programs; what this means is that if your login shell is bash, only .bashrc is read and not .bash_profile. As a workaround, make sure .bashrc sets up $PATH so that you can run git-receive-pack program.&lt;/cite&gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

