Unable to clone

Hi, does anyone here recognize this issue?

$ git clone --depth 1 https://github.com/Dolibarr/dolibarr.git
Cloning into 'dolibarr'...
remote: Enumerating objects: 15927, done.
remote: Counting objects: 100% (15927/15927), done.
remote: Compressing objects: 100% (12243/12243), done.
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 1006 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output

I asked chatgpt and it suggested increasing the buffer like so

git config --global http.postBuffer 524288000

But the problem persists.
I would like to avoid downloading the whole history.

Its probably related to my slow internet connection via my phone.

try git clone using ssh?

I had 2mbit at home. In another place I had 12mbit and then it completed successfully :star_struck: