<?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: Setting up Gitosis with Windows Server 2008</title>
	<atom:link href="http://www.shannoncornish.com/blog/2009/04/gitosis-windows-server-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shannoncornish.com/blog/2009/04/gitosis-windows-server-2008/</link>
	<description></description>
	<lastBuildDate>Tue, 20 Jul 2010 13:36:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: LinuxTechie</title>
		<link>http://www.shannoncornish.com/blog/2009/04/gitosis-windows-server-2008/comment-page-1/#comment-1050</link>
		<dc:creator>LinuxTechie</dc:creator>
		<pubDate>Tue, 29 Jun 2010 08:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.shannoncornish.com/blog/?p=121#comment-1050</guid>
		<description>@ TuanHA,

Make sure that you arenot prompted for password, if you are prompted for password, then your public keys are not in place. If you need further help contact me: myself &#124; linuxtechie.net</description>
		<content:encoded><![CDATA[<p>@ TuanHA,</p>
<p>Make sure that you arenot prompted for password, if you are prompted for password, then your public keys are not in place. If you need further help contact me: myself | linuxtechie.net</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Git, Gitosis, Putty and Windows</title>
		<link>http://www.shannoncornish.com/blog/2009/04/gitosis-windows-server-2008/comment-page-1/#comment-1048</link>
		<dc:creator>Git, Gitosis, Putty and Windows</dc:creator>
		<pubDate>Mon, 26 Apr 2010 11:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.shannoncornish.com/blog/?p=121#comment-1048</guid>
		<description>[...] Installing Gitosis on Windows 2008&#160; [...]</description>
		<content:encoded><![CDATA[<p>[...] Installing Gitosis on Windows 2008&#160; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TuanHa</title>
		<link>http://www.shannoncornish.com/blog/2009/04/gitosis-windows-server-2008/comment-page-1/#comment-1044</link>
		<dc:creator>TuanHa</dc:creator>
		<pubDate>Fri, 16 Apr 2010 18:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.shannoncornish.com/blog/?p=121#comment-1044</guid>
		<description>I get this error when I tried to clone the gitosis-admin repository on my local machine

$ git clone git@TUANHA:gitosis-admin.git
Initialized empty Git repository in d:/temp/gitosis-admin/.git/
git@TUANHA’s password:
fatal: ‘gitosis-admin.git’: fatal: &#039;gitosis-admin.git&#039; does not appear to be a git repository
fatal: The remote end hung up unexpectedly

but command
$ git clone git@TUANHA:/home/git/repositories/gitosis-admin.git run well

How to fix it.
Thanks you very much.</description>
		<content:encoded><![CDATA[<p>I get this error when I tried to clone the gitosis-admin repository on my local machine</p>
<p>$ git clone git@TUANHA:gitosis-admin.git<br />
Initialized empty Git repository in d:/temp/gitosis-admin/.git/<br />
git@TUANHA’s password:<br />
fatal: ‘gitosis-admin.git’: fatal: &#8216;gitosis-admin.git&#8217; does not appear to be a git repository<br />
fatal: The remote end hung up unexpectedly</p>
<p>but command<br />
$ git clone git@TUANHA:/home/git/repositories/gitosis-admin.git run well</p>
<p>How to fix it.<br />
Thanks you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Tonoli</title>
		<link>http://www.shannoncornish.com/blog/2009/04/gitosis-windows-server-2008/comment-page-1/#comment-1032</link>
		<dc:creator>Rick Tonoli</dc:creator>
		<pubDate>Wed, 02 Dec 2009 08:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.shannoncornish.com/blog/?p=121#comment-1032</guid>
		<description>Ok the comment dropped off some of the text, that last piece should read:

...I created using ssh-keygen create the key with a user git@*servername* but *servername* had numerics in it.</description>
		<content:encoded><![CDATA[<p>Ok the comment dropped off some of the text, that last piece should read:</p>
<p>&#8230;I created using ssh-keygen create the key with a user git@*servername* but *servername* had numerics in it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Tonoli</title>
		<link>http://www.shannoncornish.com/blog/2009/04/gitosis-windows-server-2008/comment-page-1/#comment-1031</link>
		<dc:creator>Rick Tonoli</dc:creator>
		<pubDate>Wed, 02 Dec 2009 08:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.shannoncornish.com/blog/?p=121#comment-1031</guid>
		<description>Something interesting I noticed (and struggled with for a while) was that the gitosis-init command (gitosis-init &lt; /tmp/id_rsa.pub) fails if the username in the key (id_rsa.pub) has numerics in it, weird. It complains about invalid characters in the username. My particular problem was that the key I created using ssh-keygen created the key with a user git@ but  had numerics in it.</description>
		<content:encoded><![CDATA[<p>Something interesting I noticed (and struggled with for a while) was that the gitosis-init command (gitosis-init &lt; /tmp/id_rsa.pub) fails if the username in the key (id_rsa.pub) has numerics in it, weird. It complains about invalid characters in the username. My particular problem was that the key I created using ssh-keygen created the key with a user git@ but  had numerics in it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frej</title>
		<link>http://www.shannoncornish.com/blog/2009/04/gitosis-windows-server-2008/comment-page-1/#comment-983</link>
		<dc:creator>Frej</dc:creator>
		<pubDate>Tue, 23 Jun 2009 13:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.shannoncornish.com/blog/?p=121#comment-983</guid>
		<description>Thanks for the guide Shannon!

Robert, 

I got the same &quot;unable to chdir or not a git archive&quot; problem. I solved it by using the path to the repositories folder.

example:
git clone git@domain.com:/home/git/repositories/gitosis-admin.git</description>
		<content:encoded><![CDATA[<p>Thanks for the guide Shannon!</p>
<p>Robert, </p>
<p>I got the same &#8220;unable to chdir or not a git archive&#8221; problem. I solved it by using the path to the repositories folder.</p>
<p>example:<br />
git clone <a href="mailto:git@domain.com">git@domain.com</a>:/home/git/repositories/gitosis-admin.git</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shannon</title>
		<link>http://www.shannoncornish.com/blog/2009/04/gitosis-windows-server-2008/comment-page-1/#comment-979</link>
		<dc:creator>Shannon</dc:creator>
		<pubDate>Sun, 21 Jun 2009 23:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.shannoncornish.com/blog/?p=121#comment-979</guid>
		<description>Robert,

The git user you create is on the server.
From the error, it looks like you are unable to authenticate to your git server.

Did  you copy your client SSH key to the server&#039;s /tmp folder?</description>
		<content:encoded><![CDATA[<p>Robert,</p>
<p>The git user you create is on the server.<br />
From the error, it looks like you are unable to authenticate to your git server.</p>
<p>Did  you copy your client SSH key to the server&#8217;s /tmp folder?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shannon</title>
		<link>http://www.shannoncornish.com/blog/2009/04/gitosis-windows-server-2008/comment-page-1/#comment-978</link>
		<dc:creator>Shannon</dc:creator>
		<pubDate>Sun, 21 Jun 2009 23:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.shannoncornish.com/blog/?p=121#comment-978</guid>
		<description>Hi Pierre,

Thanks for the additional information.</description>
		<content:encoded><![CDATA[<p>Hi Pierre,</p>
<p>Thanks for the additional information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.shannoncornish.com/blog/2009/04/gitosis-windows-server-2008/comment-page-1/#comment-949</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 10 Jun 2009 00:29:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.shannoncornish.com/blog/?p=121#comment-949</guid>
		<description>Shannon,

I get this error when I tried to clone the gitosis-admin repository on my local machine -

someone@someplace /c/downloads
$ git clone git@warthog.someplace.edu:gitosis-admin.git
Initialized empty Git repository in c:/downloads/gitosis-admin/.git/
git@warthog.someplace.edu&#039;s password:
fatal: &#039;gitosis-admin.git&#039;: unable to chdir or not a git archive
fatal: The remote end hung up unexpectedly

Is the git user that I create on the client or server machine? I suspect I follow the gitosis blog tutorials on the server, but maybe run the ssh part on the local machine that is my client (git user) - and copy the key generated here to the server /tmp folder? to get the key auth pair to work? Does any of this sound familiar? Every part of this tutorial works great except for trying to clone the gitosis admin repo. Thanks,</description>
		<content:encoded><![CDATA[<p>Shannon,</p>
<p>I get this error when I tried to clone the gitosis-admin repository on my local machine -</p>
<p>someone@someplace /c/downloads<br />
$ git clone <a href="mailto:git@warthog.someplace.edu">git@warthog.someplace.edu</a>:gitosis-admin.git<br />
Initialized empty Git repository in c:/downloads/gitosis-admin/.git/<br />
<a href="mailto:git@warthog.someplace.edu">git@warthog.someplace.edu</a>&#8216;s password:<br />
fatal: &#8216;gitosis-admin.git&#8217;: unable to chdir or not a git archive<br />
fatal: The remote end hung up unexpectedly</p>
<p>Is the git user that I create on the client or server machine? I suspect I follow the gitosis blog tutorials on the server, but maybe run the ssh part on the local machine that is my client (git user) &#8211; and copy the key generated here to the server /tmp folder? to get the key auth pair to work? Does any of this sound familiar? Every part of this tutorial works great except for trying to clone the gitosis admin repo. Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre MARTIN</title>
		<link>http://www.shannoncornish.com/blog/2009/04/gitosis-windows-server-2008/comment-page-1/#comment-941</link>
		<dc:creator>Pierre MARTIN</dc:creator>
		<pubDate>Thu, 04 Jun 2009 06:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.shannoncornish.com/blog/?p=121#comment-941</guid>
		<description>Hi, and thank you very much for your posts on setting up a local Gir repository. I&#039;m not used at all to use these command lines and your explanations are very helpful!

For the newbies like me, I would like to add an information I did not find immediatly:
&quot;Copy the public key of the user you wish to administer the Gitosis server to /tmp directory.&quot;
-&gt; The original file can be found in &quot;/home/xxxx/.ssh/id_rsa.pub&quot; and has to be copied in &quot;/tmp&quot; (where xxxx is the user name : git for example)

Thanks,
Pierre</description>
		<content:encoded><![CDATA[<p>Hi, and thank you very much for your posts on setting up a local Gir repository. I&#8217;m not used at all to use these command lines and your explanations are very helpful!</p>
<p>For the newbies like me, I would like to add an information I did not find immediatly:<br />
&#8220;Copy the public key of the user you wish to administer the Gitosis server to /tmp directory.&#8221;<br />
-&gt; The original file can be found in &#8220;/home/xxxx/.ssh/id_rsa.pub&#8221; and has to be copied in &#8220;/tmp&#8221; (where xxxx is the user name : git for example)</p>
<p>Thanks,<br />
Pierre</p>
]]></content:encoded>
	</item>
</channel>
</rss>
