I try to install nrfconnect SDK and get error

Hi,

I try to install nrf connect SDK using the nrf extension in visual studio code.

I get error messages like :

[west]: fatal: unable to access 'github.com/.../': Failed to connect to github.com port 443: Connection timed out
[west]: error: Could not read d71a779af8c7052559012de52c63a0aa04c3001b
[west]: error: 8105 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: unable to access 'github.com/.../': Failed to connect to github.com port 443: Connection timed out
[west]: error: Could not read 54fda082c638d19aef509d501e9655fa821774a4
I tried to access the links in the error/fatal messages in a browser and I enter them without a problem.
I tried to delete and reinstall, and also to install different versions of the SDK (the last one I tried was 2.6.1) but always there was an error

Related