Re: git clone failed in windows

From: Sridhar N Bamandlapally <sridhar(dot)bn1(at)gmail(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: Dave Page <dpage(at)pgadmin(dot)org>, PostgreSQL-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: git clone failed in windows
Date: 2020-10-23 13:50:48
Message-ID: CAGuFTBUuZTHQTdqhx2GxBWMViFxc8JzAB+2nXb0ZPuhCC==j7g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thanks All,

it wotked with
git://git.postgresql.org/git/postgresql.git

Thanks
Sridhar

On Fri, Oct 23, 2020 at 7:02 PM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:

> On Fri, Oct 23, 2020 at 6:21 PM Dave Page <dpage(at)pgadmin(dot)org> wrote:
> >
> > On Fri, Oct 23, 2020 at 1:39 PM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
> wrote:
> >>
> >> On Fri, Oct 23, 2020 at 4:39 PM Sridhar N Bamandlapally
> >> <sridhar(dot)bn1(at)gmail(dot)com> wrote:
> >> >
> >> > Am trying to clone postgresql git, getting error
> >> >
> >> > D:\sridhar>git clone https://git.postgresql.org/git/postgresql.git
> >> > Cloning into 'postgresql'...
> >> > remote: Enumerating objects: 806507, done.
> >> > remote: Counting objects: 100% (806507/806507), done.
> >> > remote: Compressing objects: 100% (122861/122861), done.
> >> > error: RPC failed; curl 18 transfer closed with 3265264 bytes
> remaining to read
> >> > fatal: the remote end hung up unexpectedly
> >> > fatal: early EOF
> >> > fatal: index-pack failed
> >> >
> >>
> >> I have also just tried this and it failed with same error. However, it
> >> worked when I tried 'git clone
> >> git://git.postgresql.org/git/postgresql.git'. I don't know what is the
> >> issue.
> >
> >
> > It worked for me with https. Can you try again?
> >
>
> This time it worked but on the third try.
>
> --
> With Regards,
> Amit Kapila.
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2020-10-23 13:56:03 Re: [doc] remove reference to pg_dump pre-8.1 switch behaviour
Previous Message Stephen Frost 2020-10-23 13:46:11 Re: [doc] remove reference to pg_dump pre-8.1 switch behaviour