git clone failed in windows

From: Sridhar N Bamandlapally <sridhar(dot)bn1(at)gmail(dot)com>
To: PostgreSQL-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: git clone failed in windows
Date: 2020-10-23 11:09:15
Message-ID: CAGuFTBUrqO8kK_J2URKpWwathQSunZU6VtqMSrJnEt8F0qZaTg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro Horiguchi 2020-10-23 11:23:27 Re: Autovacuum on partitioned table (autoanalyze)
Previous Message e.sokolova 2020-10-23 10:56:45 Re: [PATCH] Add extra statistics to explain for Nested Loop