Re: Git Repository for WITH RECURSIVE and others

From: David Fetter <david(at)fetter(dot)org>
To: Yoshiyuki Asaba <y-asaba(at)sraoss(dot)co(dot)jp>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Git Repository for WITH RECURSIVE and others
Date: 2008-07-03 03:08:40
Message-ID: 20080703030840.GJ19610@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jul 03, 2008 at 11:16:49AM +0900, Yoshiyuki Asaba wrote:
> Hi,
>
> From: David Fetter <david(at)fetter(dot)org>
> Subject: Re: [HACKERS] Git Repository for WITH RECURSIVE and others
> Date: Tue, 24 Jun 2008 07:47:13 -0700
>
> > > > With lots of help from Greg Sabino Mullane, I've set up a git
> > > > repository for the WITH RECURSIVE patches on
> > > > <http://git.postgresql.org/>.
> > >
> > > Thank you very much.
> > >
> > > I tried git-clone, but I could not access the 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
> > > fetch-pack from 'git://git.postgresql.org/git/~davidfetter/postgresql/.git' failed.
> >
> > I ran git-update-server-info on the server, and it should work now. :)
>
> I cannot get yet...
>
> % cat ~/.gitconfig
> [user]
> name = Yoshiyuki Asaba
> email = y-asaba(at)sraoss(dot)co(dot)jp

I don't have a ~/.gitconfig. Does it work when you don't use one?
I've run git-update-server-info again, for what that's worth.

Also, what version of git are you using? I'm using git 1.5.5 without
trouble.

Cheers,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Abhijit Menon-Sen 2008-07-03 03:48:17 Re: Git Repository for WITH RECURSIVE and others
Previous Message Robert Treat 2008-07-03 03:00:19 Re: DTrace probes.