Reproducibly can't clone from /e/ gitlab

I’m trying to clone a repo from gitlab.e.foundation and every time it fails at the same object (5141/32287). It’s easily reproducible as long as you’re not logged in to gitlab, maybe some timeout is too low? I tried cloning with SSH too, but can’t do it without an account.

it clone https://gitlab.e.foundation/e/documentation/user.git e_os_supported_devices
Cloning into 'e_os_supported_devices'...
remote: Enumerating objects: 32287, done.
remote: Counting objects: 100% (115/115), done.
remote: Compressing objects: 100% (115/115), done.
error: RPC failed; curl 56 Recv failure: Connection timed out
error: 4104 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 can’t reproduce this. Indeed I think that it’d be up to the gitlab instance to be stuck in sending the index-pack, must’ve been solved overnight with gitlab internal cron plumbing?

This topic was automatically closed after 30 days. New replies are no longer allowed.