On Tue, 2008-11-25 at 10:12 +0000, Luis Gutierrez wrote: > Arafangion wrote: > > On Tue, 2008-11-25 at 09:29 +0000, Luis Gutierrez wrote: > > <snip> > > > > > All push/pull/clone operations were failing with the dreaded 'fatal: The > > > remote end hung up unexpectedly'. After a few tests, this is what I found: > > > > > > - I can clone/pull/push if I do it through ssh (ie, git clone > > > ssh://server/project) > > > - I can clone/pull/push if I start git daemon on the command line through > > > git daemon --syslog --verbose --export-all > > > --base-path=/vol0/git/projects --verbose --reuseaddr > > > > > > But the way I had setup git, through xinetd is broken. > > > > > > > I'm just guessing, as I'm too new to the git world to respond with more > > expertise, but I will suggest that perhaps your problem is that your > > $PATH is different with the xinitd configuration as contrasted with your > > ssh configuration, as the locations of the git binaries could be > > different. > > > > > I've tried that, they are the same: > > # which git > /usr/local/bin/git What about the other git-* commands? > -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html