Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Hi everyone, I’m trying to clone the Zephyr repository, but I’m encountering the following error:
Cloning into 'zephyrproject'...
remote: Enumerating objects: 1150419, done.
remote: Counting objects: 100% (495/495), done.
remote: Compressing objects: 100% (281/281), done.
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
error: 3650 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βve already tried increasing the Git buffer size (`git config –global http.postBuffer 524288000`).
– My internet connection is stable, and I have sufficient disk space.
– I also tried using a shallow clone (`–depth 1`), but the issue persists.
Does anyone have ideas or suggestions for resolving this?
How are you cloning it?
Iβm using the command:
I also tried increasing the buffer size with:
i would suggest you to use west instead if git.
it handles most of the exceptions cases
I actually start using west first but i can’t recall why i switched to git π
I will retry and see , thank you
CONTRIBUTE TO THIS THREAD