A successful clone:

Cloning into 'tripleo-quickstart-extras'...
remote: Enumerating objects: 19996, done.
remote: Counting objects: 100% (19996/19996), done.
remote: Compressing objects: 100% (8880/8880), done.
remote: Total 19996 (delta 13092), reused 16295 (delta 9833)
Receiving objects: 100% (19996/19996), 3.32 MiB | 0 bytes/s, done.
Resolving deltas: 100% (13092/13092), done.
Checking out files: 100% (579/579), done.

real 0m6.018s
user 0m0.431s
sys 0m0.418s






A failed clone:

Cloning into 'tripleo-quickstart-extras'...
remote: Enumerating objects: 19996, done.
remote: Counting objects: 100% (19996/19996), done.
remote: Compressing objects: 100% (8949/8949), done.
error: RPC failed; result=18, HTTP code = 200B | 9.00 KiB/s       
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed



------------------ Original ------------------
From: "Pengzhi" <393958790@qq.com>;
Date: Thu, Dec 17, 2020 02:23 PM
To: "service-discuss"<service-discuss@lists.opendev.org>;
Subject: Re:OpenDev git error: RPC failed; result=18, HTTP code = 200iB | 57.00 KiB/s

I have to "git clone https://opendev.org/openstack/tripleo-quickstart-extras/  --depth 1"
Maybe my network is too slow..


------------------ Original ------------------
From: "Pengzhi" <393958790@qq.com>;
Date: Thu, Dec 17, 2020 10:02 AM
To: "service-discuss"<service-discuss@lists.opendev.org>;
Subject: OpenDev git error: RPC failed; result=18, HTTP code = 200iB | 57.00 KiB/s

Hi OpenDev team,

When trying to pull tripleo from opendev.org, git failed with Fatal Error 128.
Can you please check and fix it?

[ooo@VM-3O ~]$ git config http.postBuffer 24288000
[ooo@VM-3O ~]$ git clone https://opendev.org/openstack/tripleo-quickstart-extras/
Cloning into 'tripleo-quickstart-extras'...
remote: Enumerating objects: 19996, done.
remote: Counting objects: 100% (19996/19996), done.
remote: Compressing objects: 100% (6835/6835), done.
error: RPC failed; result=18, HTTP code = 200iB | 57.00 KiB/s   
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed


The Error is reproducible with/without the following git configurations
[ooo@VM-3O ~]$ git config --list
core.compression=-1
http.postbuffer=24288000



Thanks!