<?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: Installing a git client on a shared host with no compiler</title>
	<atom:link href="http://blog.ibd.com/how-the-world-works/installing-a-git-client-on-a-shared-host-with-no-compiler/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ibd.com/how-the-world-works/installing-a-git-client-on-a-shared-host-with-no-compiler/</link>
	<description>Internet Bandwidth Development: Composting the Internet for over Two Decades</description>
	<lastBuildDate>Mon, 26 Jul 2010 01:54:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Bibek Shrestha</title>
		<link>http://blog.ibd.com/how-the-world-works/installing-a-git-client-on-a-shared-host-with-no-compiler/comment-page-1/#comment-1753</link>
		<dc:creator>Bibek Shrestha</dc:creator>
		<pubDate>Wed, 28 Oct 2009 02:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ibd.com/?p=50#comment-1753</guid>
		<description>Your build works and i&#039;ve added it to the $PATH.
Everything except git pull works and I was wondering if you had any idea about it.
$ git pull origin master
git: &#039;pull&#039; is not a git-command. See &#039;git --help&#039;.</description>
		<content:encoded><![CDATA[<p>Your build works and i&#8217;ve added it to the $PATH.<br />
Everything except git pull works and I was wondering if you had any idea about it.<br />
$ git pull origin master<br />
git: &#8216;pull&#8217; is not a git-command. See &#8216;git &#8211;help&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert J Berger</title>
		<link>http://blog.ibd.com/how-the-world-works/installing-a-git-client-on-a-shared-host-with-no-compiler/comment-page-1/#comment-1168</link>
		<dc:creator>Robert J Berger</dc:creator>
		<pubDate>Fri, 24 Apr 2009 18:17:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ibd.com/?p=50#comment-1168</guid>
		<description>I&#039;ve updated the post so that it completes the instructions on how to install the git_root. Also included a link to the built tar file, though it may only work in my directory.

I also made the Amazon AMI I used public: ami-5759be3e</description>
		<content:encoded><![CDATA[<p>I&#8217;ve updated the post so that it completes the instructions on how to install the git_root. Also included a link to the built tar file, though it may only work in my directory.</p>
<p>I also made the Amazon AMI I used public: ami-5759be3e</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert J Berger</title>
		<link>http://blog.ibd.com/how-the-world-works/installing-a-git-client-on-a-shared-host-with-no-compiler/comment-page-1/#comment-1165</link>
		<dc:creator>Robert J Berger</dc:creator>
		<pubDate>Fri, 24 Apr 2009 17:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ibd.com/?p=50#comment-1165</guid>
		<description>Sorry hadn&#039;t seen these comments till now!

@jean: I don&#039;t think that you can push to hostgator (I think I had tried it when I first did it). It might work if you did the git via ssh mode though. But all the other stuff where you are pushing and pulling from the hostgator seems to work for me (at least the things I need to do)

It does look like I did not complete the part about git_root. I will fix that shortly. Not sure what happened there! 

@Dan Van Derveer Did you want the Amazon AMI or the tar of the built git_root? I might be able to do both.

@Shu; I can still run git on hostgator. I just checked.
You need to put the where the new git is located into your path 

PATH=/home/clientname/git_root/bin:$PATH

and execute it without the ./ in front. And/or use the full path to git like:

/home/clientname/git_root/bin/git</description>
		<content:encoded><![CDATA[<p>Sorry hadn&#8217;t seen these comments till now!</p>
<p>@jean: I don&#8217;t think that you can push to hostgator (I think I had tried it when I first did it). It might work if you did the git via ssh mode though. But all the other stuff where you are pushing and pulling from the hostgator seems to work for me (at least the things I need to do)</p>
<p>It does look like I did not complete the part about git_root. I will fix that shortly. Not sure what happened there! </p>
<p>@Dan Van Derveer Did you want the Amazon AMI or the tar of the built git_root? I might be able to do both.</p>
<p>@Shu; I can still run git on hostgator. I just checked.<br />
You need to put the where the new git is located into your path </p>
<p>PATH=/home/clientname/git_root/bin:$PATH</p>
<p>and execute it without the ./ in front. And/or use the full path to git like:</p>
<p>/home/clientname/git_root/bin/git</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shu</title>
		<link>http://blog.ibd.com/how-the-world-works/installing-a-git-client-on-a-shared-host-with-no-compiler/comment-page-1/#comment-1100</link>
		<dc:creator>Shu</dc:creator>
		<pubDate>Wed, 22 Apr 2009 20:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ibd.com/?p=50#comment-1100</guid>
		<description>Can you still run git on hostgator? I just did a git build similar to what you described to be run on hostgator, but I&#039;m getting &quot;-jailshell: ./git: cannot execute binary file&quot;</description>
		<content:encoded><![CDATA[<p>Can you still run git on hostgator? I just did a git build similar to what you described to be run on hostgator, but I&#8217;m getting &#8220;-jailshell: ./git: cannot execute binary file&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
