git clone failed in windows - Mailing list pgsql-hackers

From Sridhar N Bamandlapally
Subject git clone failed in windows
Date
Msg-id CAGuFTBUrqO8kK_J2URKpWwathQSunZU6VtqMSrJnEt8F0qZaTg@mail.gmail.com
Whole thread Raw
Responses Re: git clone failed in windows  (Sridhar N Bamandlapally <sridhar.bn1@gmail.com>)
Re: git clone failed in windows  (Andrey Borodin <x4mmm@yandex-team.ru>)
Re: git clone failed in windows  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-hackers
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

Please let me know anything as am doing this for first time

Thanks
Sridhar BN


pgsql-hackers by date:

Previous
From: e.sokolova@postgrespro.ru
Date:
Subject: Re: [PATCH] Add extra statistics to explain for Nested Loop
Next
From: Kyotaro Horiguchi
Date:
Subject: Re: Autovacuum on partitioned table (autoanalyze)