At 2008-07-03 11:16:49 +0900, y-asaba(at)sraoss(dot)co(dot)jp wrote:
>
> # WITH RECURSIVE repository
> % git-clone git://git.postgresql.org/git/~davidfetter/postgresql/.git
> Initialized empty Git repository in /home/y-asaba/x/postgresql/.git/
> fatal: The remote end hung up unexpectedly
Run git-clone http://git.postgresql.org/git/~davidfetter/postgresql/.git
instead. "git://..." apparently doesn't work on that repository (I don't
know why not).
-- ams