Does anyone have ideas or suggestions for resolving this error?
Hi everyone, I'm trying to clone the Zephyr repository, but I'm encountering the following error:
- 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?5 Replies
How are you cloning it?
I’m using the command:
I also tried increasing the buffer size with:
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