ERROR: command exited with status 128: git clone --branch v2.9.0

Hello,
I have been trying to install nRF Connect SDK v2.9.0 for 2 days.
I am currently using Linux Mint 22 Cinnamon and git version 2.43.0.

When I try to install it via toolchain manager v1.5.3 I get the 2 error messages:There are multiple errors:

  • Failed to clone the repositories: Error: Cloning into '/home/user/ncs/v2.9.0/.west/manifest-tmp'... error: 4817 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output FATAL ERROR: command exited with status 128: git clone --branch v2.9.0 github.com/.../sdk-nrf /home/user/ncs/v2.9.0/.west/manifest-tmp Error: Launched process exited with non-zero status: 128 Error: Subprocess /home/user/.config/nrfconnect/nrfutil-sandboxes/toolchain-manager/0.15.0/bin/nrfutil-toolchain-manager failed with unexpected exit code Some(128)

  • Error: Cloning into '/home/user/ncs/v2.9.0/.west/manifest-tmp'... error: 4817 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output FATAL ERROR: command exited with status 128: git clone --branch v2.9.0 github.com/.../sdk-nrf /home/user/ncs/v2.9.0/.west/manifest-tmp Error: Launched process exited with non-zero status: 128 Error: Subprocess /home/user/.config/nrfconnect/nrfutil-sandboxes/toolchain-manager/0.15.0/bin/nrfutil-toolchain-manager failed with unexpected exit code Some(128)

When I try to install the SDK via Visual Studio Code, I get this error message:

[west]: error: 5578 bytes of body are still expected
[west]: fetch-pack: unexpected disconnect while reading sideband packet
[west]: fatal: early EOF
[west]: fatal: fetch-pack: invalid index-pack output
[west]: FATAL ERROR: command exited with status 128: git clone github.com/.../sdk-nrf /home/user/ncs/v2.9.0/.west/manifest-tmp

[west]: exited with code 128.

Does anyone have an idea for a solution?
With kind regards

Related