On Tue, Jun 24, 2008 at 05:25:57PM +0100, Johannes Schindelin wrote: > > > Vienna:bin pieter$ git --version > > > git version 1.5.6.129.g274ea > > > Vienna:bin pieter$ git clone localhost:project/bonnenteller > > > Initialize bonnenteller/.git > > > Initialized empty Git repository in /opt/git/bin/bonnenteller/.git/ > > > Password: > > > bash: git-upload-pack: command not found > > > fatal: The remote end hung up unexpectedly > > > > > > I think that is what Miklos meant. > > > > Exactly. Thanks for the good description. > > AFAICT these are fixed with ed99a225(Merge branch 'jc/dashless' into > next). Using fc48199 ("Merge branch 'master' into next", which includes ed99a225) on the server, v1.5.6 on the client, I get: $ git clone server:/home/vmiklos/git/test next Initialize next/.git Initialized empty Git repository in /home/vmiklos/scm/git/next/.git/ vmiklos@server's password: bash: git-upload-pack: command not found fatal: The remote end hung up unexpectedly