Re: Git Repository for WITH RECURSIVE and others

From: Abhijit Menon-Sen <ams(at)oryx(dot)com>
To: Yoshiyuki Asaba <y-asaba(at)sraoss(dot)co(dot)jp>
Cc: david(at)fetter(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Git Repository for WITH RECURSIVE and others
Date: 2008-07-03 03:48:17
Message-ID: 20080703034817.GA2058@toroid.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ken Camann 2008-07-03 04:13:55 Re: A Windows x64 port of PostgreSQL
Previous Message David Fetter 2008-07-03 03:08:40 Re: Git Repository for WITH RECURSIVE and others