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!