<?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 for pkgbox</title>
	<atom:link href="http://www.pkgbox.org/wordpress/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pkgbox.org/wordpress</link>
	<description>Everything in a box</description>
	<lastBuildDate>Thu, 26 Jan 2012 18:32:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Setting up a git server on MacOS X Lion by Jefferson</title>
		<link>http://www.pkgbox.org/wordpress/2011/08/setting-up-a-git-server-on-macos-x-lion/#comment-922</link>
		<dc:creator>Jefferson</dc:creator>
		<pubDate>Thu, 26 Jan 2012 18:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.pkgbox.org/wordpress/?p=6#comment-922</guid>
		<description>I also get errors when I try to do a push.  Apache2 logs show a crash.</description>
		<content:encoded><![CDATA[<p>I also get errors when I try to do a push.  Apache2 logs show a crash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Packages by A new hope &#8211; package repository for RHEL 6 based Linux - pkgbox</title>
		<link>http://www.pkgbox.org/wordpress/packages/#comment-910</link>
		<dc:creator>A new hope &#8211; package repository for RHEL 6 based Linux - pkgbox</dc:creator>
		<pubDate>Tue, 24 Jan 2012 21:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.pkgbox.org/wordpress/?page_id=132#comment-910</guid>
		<description>[...] pkgbox Everything in a box Feed Rss  HomeAboutPackages [...]</description>
		<content:encoded><![CDATA[<p>[...] pkgbox Everything in a box Feed Rss  HomeAboutPackages [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up a git server on MacOS X Lion by pepa_u</title>
		<link>http://www.pkgbox.org/wordpress/2011/08/setting-up-a-git-server-on-macos-x-lion/#comment-849</link>
		<dc:creator>pepa_u</dc:creator>
		<pubDate>Sun, 15 Jan 2012 12:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.pkgbox.org/wordpress/?p=6#comment-849</guid>
		<description>I have the same problem as Pascal. It works if I change &quot;Deny from all&quot; to &quot;Allow from all&quot; in the first section of gitrepo.conf

Where could be a problem, please?</description>
		<content:encoded><![CDATA[<p>I have the same problem as Pascal. It works if I change &#8220;Deny from all&#8221; to &#8220;Allow from all&#8221; in the first section of gitrepo.conf</p>
<p>Where could be a problem, please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up a git server on MacOS X Lion by jeunpapa</title>
		<link>http://www.pkgbox.org/wordpress/2011/08/setting-up-a-git-server-on-macos-x-lion/#comment-833</link>
		<dc:creator>jeunpapa</dc:creator>
		<pubDate>Fri, 13 Jan 2012 08:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.pkgbox.org/wordpress/?p=6#comment-833</guid>
		<description>Great tutorial,, Thanks. 
System Preferences &gt; Sharing &gt; Web Sharing : ON! Then works fine.</description>
		<content:encoded><![CDATA[<p>Great tutorial,, Thanks.<br />
System Preferences &gt; Sharing &gt; Web Sharing : ON! Then works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up a git server on MacOS X Lion by Dennis</title>
		<link>http://www.pkgbox.org/wordpress/2011/08/setting-up-a-git-server-on-macos-x-lion/#comment-771</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Thu, 05 Jan 2012 10:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.pkgbox.org/wordpress/?p=6#comment-771</guid>
		<description>[MARKED AS SPAM BY ANTISPAM BEE &#124; Server IP]
Great tutorial. I got Git setup working via Apache / DAV according to this tutorial. Cloning a Git repo works ... commiting locally works great. But when try to &#039;git push origin master&#039; i get errors and the push fails.

&lt;code&gt;
dennis$ git push origin master
Password:
Password:
Fetching remote heads...
  refs/
  refs/heads/
  refs/tags/
error: remote &#039;refs/heads/master&#039; is not an ancestor of
local &#039;refs/heads/master&#039;.
Maybe you are not up-to-date and need to pull first?
fatal: git-http-push failed
&lt;/code&gt;

There is no &#039;pull&#039; needed, I know I&#039;m not running behind on commits on Git server.

Also, it keeps asking the password twice.</description>
		<content:encoded><![CDATA[<p>[MARKED AS SPAM BY ANTISPAM BEE | Server IP]<br />
Great tutorial. I got Git setup working via Apache / DAV according to this tutorial. Cloning a Git repo works &#8230; commiting locally works great. But when try to &#8216;git push origin master&#8217; i get errors and the push fails.</p>
<p><code><br />
dennis$ git push origin master<br />
Password:<br />
Password:<br />
Fetching remote heads...<br />
  refs/<br />
  refs/heads/<br />
  refs/tags/<br />
error: remote 'refs/heads/master' is not an ancestor of<br />
local 'refs/heads/master'.<br />
Maybe you are not up-to-date and need to pull first?<br />
fatal: git-http-push failed<br />
</code></p>
<p>There is no &#8216;pull&#8217; needed, I know I&#8217;m not running behind on commits on Git server.</p>
<p>Also, it keeps asking the password twice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up a git server on MacOS X Lion by Pascal</title>
		<link>http://www.pkgbox.org/wordpress/2011/08/setting-up-a-git-server-on-macos-x-lion/#comment-727</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Thu, 29 Dec 2011 01:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.pkgbox.org/wordpress/?p=6#comment-727</guid>
		<description>Hello!

Thanks for your tutorial. I made everything as described, but I got the following error:
&lt;pre&gt;
MacPro:~ pascal$ cd Desktop/
MacPro:Desktop pascal$ git clone http://pascal@localhost/repo/myproject.git
Cloning into myproject...
Password: 
error: The requested URL returned error: 403 while accessing http://pascal@localhost/repo/myproject.git/info/refs
&lt;/pre&gt;

By the way, web sharing is enabled.

Any hint?

Thanks</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>Thanks for your tutorial. I made everything as described, but I got the following error:</p>
<pre>
MacPro:~ pascal$ cd Desktop/
MacPro:Desktop pascal$ git clone <a href="http://pascal@localhost/repo/myproject.git" rel="nofollow">http://pascal@localhost/repo/myproject.git</a>
Cloning into myproject...
Password:
error: The requested URL returned error: 403 while accessing <a href="http://pascal@localhost/repo/myproject.git/info/refs" rel="nofollow">http://pascal@localhost/repo/myproject.git/info/refs</a>
</pre>
<p>By the way, web sharing is enabled.</p>
<p>Any hint?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing Perl knowledge for DevOps positions by rhaen</title>
		<link>http://www.pkgbox.org/wordpress/2011/09/testing-perl-knowledge-job-interviews/#comment-685</link>
		<dc:creator>rhaen</dc:creator>
		<pubDate>Wed, 21 Dec 2011 08:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.pkgbox.org/wordpress/?p=80#comment-685</guid>
		<description>Right, and it&#039;s interesting. &#039;say&#039; just marks the 5.10 age. For me it&#039;s important that people keep their tools up to date. Perl tends to deal with its history very well, however, Python is a whole different type of animal in terms of backwards compatibility. Guess I should check for 5.14 questions, eh? :)</description>
		<content:encoded><![CDATA[<p>Right, and it&#8217;s interesting. &#8216;say&#8217; just marks the 5.10 age. For me it&#8217;s important that people keep their tools up to date. Perl tends to deal with its history very well, however, Python is a whole different type of animal in terms of backwards compatibility. Guess I should check for 5.14 questions, eh? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing Perl knowledge for DevOps positions by Greg McCarroll</title>
		<link>http://www.pkgbox.org/wordpress/2011/09/testing-perl-knowledge-job-interviews/#comment-684</link>
		<dc:creator>Greg McCarroll</dc:creator>
		<pubDate>Wed, 21 Dec 2011 08:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.pkgbox.org/wordpress/?p=80#comment-684</guid>
		<description>What&#039;s interesting about a question like the &#039;say&#039; one is you could design a set of questions to see how current an applicants Perl knowledge is.</description>
		<content:encoded><![CDATA[<p>What&#8217;s interesting about a question like the &#8216;say&#8217; one is you could design a set of questions to see how current an applicants Perl knowledge is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up a git server on MacOS X Lion by Steven</title>
		<link>http://www.pkgbox.org/wordpress/2011/08/setting-up-a-git-server-on-macos-x-lion/#comment-412</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Sat, 12 Nov 2011 23:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.pkgbox.org/wordpress/?p=6#comment-412</guid>
		<description>I ftp&#039;d into the server and changed the DocumentRoot to something else.

Some questions!

Some people have said that we should all just use MAMP locally and push to a hosting account. Is there an advantage to using a GIT server on Lion Server?

Do you then deploy to a live server from there?

Should we all still use MAMP locally but push to the GIT server on Lion Server?</description>
		<content:encoded><![CDATA[<p>I ftp&#8217;d into the server and changed the DocumentRoot to something else.</p>
<p>Some questions!</p>
<p>Some people have said that we should all just use MAMP locally and push to a hosting account. Is there an advantage to using a GIT server on Lion Server?</p>
<p>Do you then deploy to a live server from there?</p>
<p>Should we all still use MAMP locally but push to the GIT server on Lion Server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up a git server on MacOS X Lion by Ralph</title>
		<link>http://www.pkgbox.org/wordpress/2011/08/setting-up-a-git-server-on-macos-x-lion/#comment-408</link>
		<dc:creator>Ralph</dc:creator>
		<pubDate>Fri, 11 Nov 2011 14:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.pkgbox.org/wordpress/?p=6#comment-408</guid>
		<description>I followed this guide to the letter (setting up new Lion Server), and everything works as expected until I try to push my commits to the remote server. The error is always:
&quot;return code 22
fatal: git-http-push failed&quot;

I&#039;ve looked for advice on this and tried all manner of adjustments, but all to no avail. Any suggestions?</description>
		<content:encoded><![CDATA[<p>I followed this guide to the letter (setting up new Lion Server), and everything works as expected until I try to push my commits to the remote server. The error is always:<br />
&#8220;return code 22<br />
fatal: git-http-push failed&#8221;</p>
<p>I&#8217;ve looked for advice on this and tried all manner of adjustments, but all to no avail. Any suggestions?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

