<?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 Public push-ing Woes Resolved</title>
	<atom:link href="http://www.bluestatic.org/blog/2007/08/01/git-public-push-ing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bluestatic.org/blog/2007/08/01/git-public-push-ing/</link>
	<description>All about Blue Static development.</description>
	<lastBuildDate>Sun, 07 Feb 2010 20:18:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: IndieBrain</title>
		<link>http://www.bluestatic.org/blog/2007/08/01/git-public-push-ing/comment-page-1/#comment-29017</link>
		<dc:creator>IndieBrain</dc:creator>
		<pubDate>Sun, 07 Feb 2010 20:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.bluestatic.org/blog/2007/08/01/git-public-push-ing/#comment-29017</guid>
		<description>Thanks for this information.

My 2 cents:

A general and more scalable solution would be to add sym links to git to a common area on the ssh daemon&#039;s path. If multiple users are to work with git on this machine you will ever only have to configure this solution once; rather than once per user.</description>
		<content:encoded><![CDATA[<p>Thanks for this information.</p>
<p>My 2 cents:</p>
<p>A general and more scalable solution would be to add sym links to git to a common area on the ssh daemon&#8217;s path. If multiple users are to work with git on this machine you will ever only have to configure this solution once; rather than once per user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandrar</title>
		<link>http://www.bluestatic.org/blog/2007/08/01/git-public-push-ing/comment-page-1/#comment-26490</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 13:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.bluestatic.org/blog/2007/08/01/git-public-push-ing/#comment-26490</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  <img src='http://www.bluestatic.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: devioustree &#187; Blog Archive &#187; Setting up Git on WebFaction</title>
		<link>http://www.bluestatic.org/blog/2007/08/01/git-public-push-ing/comment-page-1/#comment-25619</link>
		<dc:creator>devioustree &#187; Blog Archive &#187; Setting up Git on WebFaction</dc:creator>
		<pubDate>Thu, 23 Jul 2009 14:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.bluestatic.org/blog/2007/08/01/git-public-push-ing/#comment-25619</guid>
		<description>[...] what&#8217;s happened? Well after googling the problem, I came across this blog post which states: Many installations of sshd do not invoke your shell as the login shell when you [...]</description>
		<content:encoded><![CDATA[<p>[...] what&#8217;s happened? Well after googling the problem, I came across this blog post which states: Many installations of sshd do not invoke your shell as the login shell when you [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Installing a Private Git Repository on your Shared Hosting Account, BlueHost &#124; I On Rails</title>
		<link>http://www.bluestatic.org/blog/2007/08/01/git-public-push-ing/comment-page-1/#comment-25502</link>
		<dc:creator>Installing a Private Git Repository on your Shared Hosting Account, BlueHost &#124; I On Rails</dc:creator>
		<pubDate>Wed, 15 Jul 2009 07:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.bluestatic.org/blog/2007/08/01/git-public-push-ing/#comment-25502</guid>
		<description>[...] http://railstips.org/2008/11/24/gitn-your-shared-host-on, http://www.bluestatic.org/blog/2007/08/01/git-public-push-ing/  You can share this post on Twitter , or save it in your Delicious  [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://railstips.org/2008/11/24/gitn-your-shared-host-on" rel="nofollow">http://railstips.org/2008/11/24/gitn-your-shared-host-on</a>, <a href="http://www.bluestatic.org/blog/2007/08/01/git-public-push-ing/" rel="nofollow">http://www.bluestatic.org/blog/2007/08/01/git-public-push-ing/</a>  You can share this post on Twitter , or save it in your Delicious  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clayton</title>
		<link>http://www.bluestatic.org/blog/2007/08/01/git-public-push-ing/comment-page-1/#comment-23684</link>
		<dc:creator>Clayton</dc:creator>
		<pubDate>Tue, 24 Mar 2009 07:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.bluestatic.org/blog/2007/08/01/git-public-push-ing/#comment-23684</guid>
		<description>This was useful, thanks!

I had setup a new slice running Ubuntu 8.10 and had created a git user to deal with hosting my git repos.

While I had run:
$&gt; sudo apt-get install git

I did not run:
$&gt; sudo apt-get install git-core

git-core is needed for git-receive-pack. Once I installed that on my Ubuntu slice everything seemed to start working.</description>
		<content:encoded><![CDATA[<p>This was useful, thanks!</p>
<p>I had setup a new slice running Ubuntu 8.10 and had created a git user to deal with hosting my git repos.</p>
<p>While I had run:<br />
$&gt; sudo apt-get install git</p>
<p>I did not run:<br />
$&gt; sudo apt-get install git-core</p>
<p>git-core is needed for git-receive-pack. Once I installed that on my Ubuntu slice everything seemed to start working.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
