Fetching SDK versions is failing from inside VS code.

This stopped working for me... Error is the following

Command failed: git ls-remote --tags --heads github.com/.../sdk-nrf
fatal: unable to access 'github.com/.../': SSL certificate problem: self signed certificate in certificate chain
Any ideas on why I am seeing this now?
Parents
  • Well- I never found a fix so I decided to try the command line - nrfutil program (once I found it, could you guys hide your software any better?)
    It seems to be able to download the v3.0.0. 
    My install session:


    > nrfutil install sdk-manager  
    > nrfutil sdk-manager config show
    default:
    install-dir: unset
    toolchain-index: unset
    sdk-index: unset
    > nrfutil.exe sdk-manager config install-dir set C:\Users\<user>\ncs\
    > nrfutil sdk-manager config show
    default:
    install-dir: C:\Users\<user>\ncs\
    toolchain-index: unset
    sdk-index: unset

    >  nrfutil sdk-manager search
    SDK Version SDK Status Toolchain Version Toolchain Status
    v3.0.0 Available v3.0.0 Installed
    v2.9.1 Installed v2.9.1 Installed
    v2.9.0 Installed v2.9.0 Installed
    v2.8.0 Installed v2.8.0 Installed
    v2.7.0 Installed v2.7.0 Installed
    v2.6.0 Available v2.6.0 Available
    v2.5.0 Available v2.5.0 Available
    v2.4.0 Available v2.4.0 Available
    v2.3.0 Available v2.3.0 Available
    v2.2.0 Available v2.2.0 Available
    > nrfutil.exe sdk-manager install v3.0.0
    [00:00:00] ###### 100% [Install toolchain v3.0.0] Toolchain with version v3.0.0 already installed
    [00:02:10] ###### 100% [Download SDK v3.0.0] Download SDK v3.0.0
    [00:00:06] ###### 100% [Calculating SDK checksum] Verified download

Reply
  • Well- I never found a fix so I decided to try the command line - nrfutil program (once I found it, could you guys hide your software any better?)
    It seems to be able to download the v3.0.0. 
    My install session:


    > nrfutil install sdk-manager  
    > nrfutil sdk-manager config show
    default:
    install-dir: unset
    toolchain-index: unset
    sdk-index: unset
    > nrfutil.exe sdk-manager config install-dir set C:\Users\<user>\ncs\
    > nrfutil sdk-manager config show
    default:
    install-dir: C:\Users\<user>\ncs\
    toolchain-index: unset
    sdk-index: unset

    >  nrfutil sdk-manager search
    SDK Version SDK Status Toolchain Version Toolchain Status
    v3.0.0 Available v3.0.0 Installed
    v2.9.1 Installed v2.9.1 Installed
    v2.9.0 Installed v2.9.0 Installed
    v2.8.0 Installed v2.8.0 Installed
    v2.7.0 Installed v2.7.0 Installed
    v2.6.0 Available v2.6.0 Available
    v2.5.0 Available v2.5.0 Available
    v2.4.0 Available v2.4.0 Available
    v2.3.0 Available v2.3.0 Available
    v2.2.0 Available v2.2.0 Available
    > nrfutil.exe sdk-manager install v3.0.0
    [00:00:00] ###### 100% [Install toolchain v3.0.0] Toolchain with version v3.0.0 already installed
    [00:02:10] ###### 100% [Download SDK v3.0.0] Download SDK v3.0.0
    [00:00:06] ###### 100% [Calculating SDK checksum] Verified download

Children
No Data
Related