Persistent Error with MacOs NRF Connect for VS Code installing SDKs

Dear Nordic Support Team,

I am encountering a persistent error while setting up NRF Connect for Visual Studio Code. Despite numerous troubleshooting efforts, I have been unable to resolve the issue. Here are the steps I have already taken:

  • Tried multiple times/multiple days
  • Reinstalled Git
  • Checked and switched network connections (from Wi-Fi to wired)
  • Changed physical location / internet connection
  • Reinstalled all Nordic tools
  • Erased the /opt/nordic folder and started all over again.

Interestingly, I can manually clone the repository without any network interruptions, which suggests the problem might be related to the extension.

For your reference, here is the configuration of my Mac:

Hardware Configuration:

  • Model: MacBookAir7,2
  • Processor: Dual-Core Intel Core i5
  • Memory: [Insert Memory Size if available]
  • Storage: [Insert Storage Size if available]

Software Configuration:

  • macOS Version: 12.7.6
  • Visual Studio Code Version: 1.92.2 (Universal)
  • NRF Connect Extension Version: [Insert Version if available]

Could you please provide guidance on how to address this issue? Any assistance or troubleshooting steps you could offer would be greatly appreciated.

Thank you for your support.

Best regards,

[20:17:32] nRF Command Line Tools 10.24.2 are up to date
[20:17:50] nrfutil-toolchain-manager install v2.5.0: Download toolchain
[20:19:22] nrfutil-toolchain-manager install v2.5.0: Toolchain downloaded: success
[20:19:22] nrfutil-toolchain-manager install v2.5.0: Unpack toolchain
[20:20:00] nrfutil-toolchain-manager install v2.5.0: Toolchain unpacked to /opt/nordic/ncs/tmp/.tmpqAUpIv: success
[20:20:00] nrfutil-toolchain-manager install v2.5.0: Install toolchain
[20:20:01] nrfutil-toolchain-manager install v2.5.0: Toolchain installed at /opt/nordic/ncs/toolchains/20d68df7e5: success
[20:20:01] =========== Toolchain validation report for nRF Connect SDK Toolchain v2.5.0 ===========
No issues were detected with the toolchain.

[west]: updating /opt/nordic/ncs/v2.5.0...

[west]: === updating zephyr (zephyr):
[west]: --- zephyr: initializing
[west]: Initialized empty Git repository in /opt/nordic/ncs/v2.5.0/zephyr/.git/
[west]: --- zephyr: fetching, need revision v3.4.99-ncs1
[west]: * tag v3.4.99-ncs1 -> FETCH_HEAD
[west]: error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400
[west]: fatal: unable to write request to remote: Broken pipe
[west]: Auto packing the repository in background for optimum performance.
[west]: See "git help gc" for manual housekeeping.
[west]: Auto packing the repository in background for optimum performance.
[west]: See "git help gc" for manual housekeeping.
[west]: Auto packing the repository in background for optimum performance.
[west]: See "git help gc" for manual housekeeping.

Related