Hi,
I have been trying to install nRF Connect SDK.
I initially tried installing via the Toolchain Manager as recommended. I have previously used Power Profiler and LTE Link Monitor so I believe Connect for Desktop is fine.
Once installed in Quick Setup the SDK path comes up as "undefined (c:\ncs\v2.2.0). A lot of files seem to be missing, I can't find any samples, and when I tried creating my own application there were "no boards found" in the build configuration.
Having uninstalled and reinstalled everything a couple of times, I decided to try manual installation following Installing manually — nRF Connect SDK 2.2.99 documentation (nordicsemi.com)
At "west init" stage the following is output:
C:\ncs>west -v init -m github.com/.../sdk-nrf --mr v2.2.0
=== Initializing in C:\ncs
--- Cloning manifest repository from github.com/.../sdk-nrf, rev. v2.2.0
Cloning into 'C:\ncs\.west\manifest-tmp'...
fatal: unable to access 'github.com/.../': Failed to connect to github.com port 443 after 21068 ms: Couldn't connect to server
FATAL ERROR: command exited with status 128: git clone --branch v2.2.0 github.com/.../sdk-nrf 'C:\ncs\.west\manifest-tmp'
We believe it is due to the company proxy but can't find any information on how to get around this.
Is there a way either via Toolchain Manager or manually to install with a proxy?
Or is there another issue?
Thank you for any help!