| From: | Andrey Borodin <x4mmm(at)yandex-team(dot)ru> |
|---|---|
| To: | Sridhar N Bamandlapally <sridhar(dot)bn1(at)gmail(dot)com> |
| Cc: | PostgreSQL-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: git clone failed in windows |
| Date: | 2020-10-23 12:35:23 |
| Message-ID: | 6DFD5E81-1081-4117-AB3D-60D244D6B980@yandex-team.ru |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi Sridhar!
> 23 окт. 2020 г., в 16:09, Sridhar N Bamandlapally <sridhar(dot)bn1(at)gmail(dot)com> написал(а):
>
> 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
It seems like your internet connection is not stable enough.
As an alternative you can try to clone https://github.com/postgres/postgres
It's synced with official repository you mentioned and allows you to have your fork for personal branches.
Thanks!
Best regards, Andrey Borodin.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Amit Kapila | 2020-10-23 12:39:46 | Re: git clone failed in windows |
| Previous Message | Andrey Borodin | 2020-10-23 12:30:40 | Logical replication from HA cluster |