Unable to install NCS 2.1.0

Hello, 

I want to install NCS 2.1.0, but I get the following problem.

I used toolchain manager 1.2.0 to install NCS 2.1.0. Open VS Code is now available.

I opened VS Code and tried to install the sample code, but it says "Invalid NCS installation".

Looking at the folder, there is only .west.

I downloaded the sdk-nrf-2.1.0.zip from GitHub and copied all the files into the folder, but nothing changed.

Release nRF Connect SDK v2.1.0 · nrfconnect/sdk-nrf · GitHub

How can I resolve this issue?

Regards, 

Gotoda

Parents Reply
  • Hi, 

    Launching VS Code from the terminal did not change the situation.

    "Update SDK" and "Update Toolchain" after manual download had no effect.

    By the way, when I suspected the proxy and executed the following command, I was able to install it successfully.

    $ git config --global http.proxy http://proxy.example.com:8080
    $ git config --global --unset http.proxy
    $ git -c http.proxy="" pull

    Thank you.

    Gotoda

Children
No Data
Related