Re: A error happend when I am clone the git repository

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, Wen Yi <chuxuec(at)outlook(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: A error happend when I am clone the git repository
Date: 2022-06-20 04:48:19
Message-ID: 2355577.1655700499@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> writes:
> On 6/19/22 20:33, Wen Yi wrote:
>> |[beginnerc(at)fedora Research]$ git clone
>> ||https://git.postgresql.org/git/postgresql.git
>> <https://git.postgresql.org/git/postgresql.git>|
>> |Cloning into 'postgresql'...|
>> |remote: Enumerating objects: 30747, done.|
>> |remote: Counting objects: 100% (30747/30747), done.|
>> |remote: Compressing objects: 100% (13431/13431), done.|
>> |error: RPC failed; curl 92 HTTP/2 stream 3 was not closed cleanly
>> before end of the underlying stream|

> I have to believe it is related to bleeding edge OS Fedora 36 in
> combination with latest Git 2.36.1.

No, I think it's more about this:

>> I check the download speed,that is about 220kb/s.

I've seen this failure multiple times on very slow machines.
I think there's some sort of connection timeout somewhere in
the git.postgresql.org infrastructure, causing a "git clone"
that takes more than a couple of minutes to fail. I've
complained about it before, but we've not isolated the cause.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Дмитрий Иванов 2022-06-20 05:17:08 Re: Index creation
Previous Message Adrian Klaver 2022-06-20 04:41:19 Re: A error happend when I am clone the git repository