<?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>Sat, 07 Jan 2012 01:36:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<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-1929</link>
		<dc:creator>Robert J Berger</dc:creator>
		<pubDate>Wed, 28 Sep 2011 07:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ibd.com/?p=50#comment-1929</guid>
		<description>Craig:  I don&#039;t seem to have any of the files any more...</description>
		<content:encoded><![CDATA[<p>Craig:  I don&#8217;t seem to have any of the files any more&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</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-1917</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Tue, 27 Sep 2011 12:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ibd.com/?p=50#comment-1917</guid>
		<description>Dear Robert,

Thank you for a great article.
I am looking for a Git executable to run on Centos 5.6 and would  appreciate a pre-compiled file.

Many Thanks,

Craig.</description>
		<content:encoded><![CDATA[<p>Dear Robert,</p>
<p>Thank you for a great article.<br />
I am looking for a Git executable to run on Centos 5.6 and would  appreciate a pre-compiled file.</p>
<p>Many Thanks,</p>
<p>Craig.</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-1673</link>
		<dc:creator>Robert J Berger</dc:creator>
		<pubDate>Tue, 30 Aug 2011 02:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ibd.com/?p=50#comment-1673</guid>
		<description>I suspect I lost that file in various upgrades of my blog. I will look for it though.</description>
		<content:encoded><![CDATA[<p>I suspect I lost that file in various upgrades of my blog. I will look for it though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luciano</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-1672</link>
		<dc:creator>Luciano</dc:creator>
		<pubDate>Tue, 30 Aug 2011 02:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ibd.com/?p=50#comment-1672</guid>
		<description>My good Robert,

Thanks for the great article. I tried to download your file but got a 404. 
Is it still available?

Thanks in advance,
Luciano</description>
		<content:encoded><![CDATA[<p>My good Robert,</p>
<p>Thanks for the great article. I tried to download your file but got a 404.<br />
Is it still available?</p>
<p>Thanks in advance,<br />
Luciano</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fedoradicas</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-1196</link>
		<dc:creator>fedoradicas</dc:creator>
		<pubDate>Wed, 15 Jun 2011 07:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ibd.com/?p=50#comment-1196</guid>
		<description>Brother, make this:

git remote add origin ssh://user@hostname:2222:/dir/to/gir/repo</description>
		<content:encoded><![CDATA[<p>Brother, make this:</p>
<p>git remote add origin ssh://user@hostname:2222:/dir/to/gir/repo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy</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-1046</link>
		<dc:creator>Roy</dc:creator>
		<pubDate>Thu, 17 Feb 2011 20:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ibd.com/?p=50#comment-1046</guid>
		<description>I am using hostgator as well to try GIT.
SSH is enabled and I can connect to it.
But when I try to push I get the error it requires a port.
Even if I put it likes this:

git remote add origin user@hostname:2222:/dir/to/gir/repo
git push origin master

It says it requires a port.
Note that I can connect with the server via ssh with the command:

ssh user@hostname -p 2222

Can you help me out please?
I am deseprate cause I searched for almost 3 hours on google now without any succes.

Thanks.

Regards,
Roy</description>
		<content:encoded><![CDATA[<p>I am using hostgator as well to try GIT.<br />
SSH is enabled and I can connect to it.<br />
But when I try to push I get the error it requires a port.<br />
Even if I put it likes this:</p>
<p>git remote add origin user@hostname:2222:/dir/to/gir/repo<br />
git push origin master</p>
<p>It says it requires a port.<br />
Note that I can connect with the server via ssh with the command:</p>
<p>ssh user@hostname -p 2222</p>
<p>Can you help me out please?<br />
I am deseprate cause I searched for almost 3 hours on google now without any succes.</p>
<p>Thanks.</p>
<p>Regards,<br />
Roy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Gascoigne</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-13</link>
		<dc:creator>Dennis Gascoigne</dc:creator>
		<pubDate>Sat, 14 Aug 2010 02:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ibd.com/?p=50#comment-13</guid>
		<description>Also, if you get a template error
templates not found ~/git_root/share/git-core/templates/

Try
git init --template=/home/clientname/git_root/share/git-core/templates/ --bare</description>
		<content:encoded><![CDATA[<p>Also, if you get a template error<br />
templates not found ~/git_root/share/git-core/templates/</p>
<p>Try<br />
git init &#8211;template=/home/clientname/git_root/share/git-core/templates/ &#8211;bare</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weber</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-12</link>
		<dc:creator>Weber</dc:creator>
		<pubDate>Fri, 30 Jul 2010 00:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ibd.com/?p=50#comment-12</guid>
		<description>I am using godaddy shared hosting. I copied the git_root.tar here and almost everything worked... To make it fully working I need to &quot;ssh out&quot; (I mean run ssh from my godaddy bash)
Typing ssh gives me &#039;permission denied&#039;.

Do you mind packing openSSH (or any ssh client) as you did with GIT? I would be very thankful!</description>
		<content:encoded><![CDATA[<p>I am using godaddy shared hosting. I copied the git_root.tar here and almost everything worked&#8230; To make it fully working I need to &#8220;ssh out&#8221; (I mean run ssh from my godaddy bash)<br />
Typing ssh gives me &#8216;permission denied&#8217;.</p>
<p>Do you mind packing openSSH (or any ssh client) as you did with GIT? I would be very thankful!</p>
]]></content:encoded>
	</item>
	<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-11</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-11</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-10</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-10</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>
</channel>
</rss>

