<?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>Mon, 27 Sep 2010 04:56:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Michael</title>
		<link>http://www.shannoncornish.com/blog/2009/04/gitosis-windows-server-2008/comment-page-1/#comment-1067</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 27 Sep 2010 04:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.shannoncornish.com/blog/?p=121#comment-1067</guid>
		<description>Sebastien,

I had the same problem but found the solution here:  http://yosanai.com/cygwin-unable-remap-dll-same-address-parent

I had to stop the SSHD service, close all cygwin windows, run the c:\cygwin\bin\ash.exe shell and then execute /bin/rebaseall</description>
		<content:encoded><![CDATA[<p>Sebastien,</p>
<p>I had the same problem but found the solution here:  <a href="http://yosanai.com/cygwin-unable-remap-dll-same-address-parent" rel="nofollow">http://yosanai.com/cygwin-unable-remap-dll-same-address-parent</a></p>
<p>I had to stop the SSHD service, close all cygwin windows, run the c:\cygwin\bin\ash.exe shell and then execute /bin/rebaseall</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastien</title>
		<link>http://www.shannoncornish.com/blog/2009/04/gitosis-windows-server-2008/comment-page-1/#comment-1055</link>
		<dc:creator>Sebastien</dc:creator>
		<pubDate>Thu, 29 Jul 2010 01:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.shannoncornish.com/blog/?p=121#comment-1055</guid>
		<description>I&#039;m stuck there.

$ gitosis-init &lt; id_rsa.pub
      2 [main] python 66492 C:\cygwin\bin\python.exe: *** fatal error - unable t
o remap \\?\C:\cygwin\lib\python2.6\lib-dynload\time.dll to same address as pare
nt: 0x360000 != 0x380000
      2 [main] python 30908 fork: child 66492 - died waiting for dll loading, er
rno 11
Traceback (most recent call last):
  File &quot;/usr/bin/gitosis-init&quot;, line 8, in 
    load_entry_point(&#039;gitosis==0.2&#039;, &#039;console_scripts&#039;, &#039;gitosis-init&#039;)()
  File &quot;/usr/lib/python2.6/site-packages/gitosis-0.2-py2.6.egg/gitosis/app.py&quot;,
line 24, in run
    return app.main()
  File &quot;/usr/lib/python2.6/site-packages/gitosis-0.2-py2.6.egg/gitosis/app.py&quot;,
line 38, in main
    self.handle_args(parser, cfg, options, args)
  File &quot;/usr/lib/python2.6/site-packages/gitosis-0.2-py2.6.egg/gitosis/init.py&quot;,
 line 136, in handle_args
    user=user,
  File &quot;/usr/lib/python2.6/site-packages/gitosis-0.2-py2.6.egg/gitosis/init.py&quot;,
 line 75, in init_admin_repository
    template=resource_filename(&#039;gitosis.templates&#039;, &#039;admin&#039;)
  File &quot;/usr/lib/python2.6/site-packages/gitosis-0.2-py2.6.egg/gitosis/repositor
y.py&quot;, line 51, in init
    close_fds=True,
  File &quot;/usr/lib/python2.6/subprocess.py&quot;, line 480, in call
    return Popen(*popenargs, **kwargs).wait()
  File &quot;/usr/lib/python2.6/subprocess.py&quot;, line 633, in __init__
    errread, errwrite)
  File &quot;/usr/lib/python2.6/subprocess.py&quot;, line 1049, in _execute_child
    self.pid = os.fork()
OSError: [Errno 11] Resource temporarily unavailable</description>
		<content:encoded><![CDATA[<p>I&#8217;m stuck there.</p>
<p>$ gitosis-init &lt; id_rsa.pub<br />
      2 [main] python 66492 C:\cygwin\bin\python.exe: *** fatal error &#8211; unable t<br />
o remap \\?\C:\cygwin\lib\python2.6\lib-dynload\time.dll to same address as pare<br />
nt: 0&#215;360000 != 0&#215;380000<br />
      2 [main] python 30908 fork: child 66492 &#8211; died waiting for dll loading, er<br />
rno 11<br />
Traceback (most recent call last):<br />
  File &quot;/usr/bin/gitosis-init&quot;, line 8, in<br />
    load_entry_point(&#8216;gitosis==0.2&#8242;, &#8216;console_scripts&#8217;, &#8216;gitosis-init&#8217;)()<br />
  File &#8220;/usr/lib/python2.6/site-packages/gitosis-0.2-py2.6.egg/gitosis/app.py&#8221;,<br />
line 24, in run<br />
    return app.main()<br />
  File &#8220;/usr/lib/python2.6/site-packages/gitosis-0.2-py2.6.egg/gitosis/app.py&#8221;,<br />
line 38, in main<br />
    self.handle_args(parser, cfg, options, args)<br />
  File &#8220;/usr/lib/python2.6/site-packages/gitosis-0.2-py2.6.egg/gitosis/init.py&#8221;,<br />
 line 136, in handle_args<br />
    user=user,<br />
  File &#8220;/usr/lib/python2.6/site-packages/gitosis-0.2-py2.6.egg/gitosis/init.py&#8221;,<br />
 line 75, in init_admin_repository<br />
    template=resource_filename(&#8216;gitosis.templates&#8217;, &#8216;admin&#8217;)<br />
  File &#8220;/usr/lib/python2.6/site-packages/gitosis-0.2-py2.6.egg/gitosis/repositor<br />
y.py&#8221;, line 51, in init<br />
    close_fds=True,<br />
  File &#8220;/usr/lib/python2.6/subprocess.py&#8221;, line 480, in call<br />
    return Popen(*popenargs, **kwargs).wait()<br />
  File &#8220;/usr/lib/python2.6/subprocess.py&#8221;, line 633, in __init__<br />
    errread, errwrite)<br />
  File &#8220;/usr/lib/python2.6/subprocess.py&#8221;, line 1049, in _execute_child<br />
    self.pid = os.fork()<br />
OSError: [Errno 11] Resource temporarily unavailable</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

