SDK Installation Error on macOS 15.0 (Resolved)

During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.

The environment details are as follows:

* macOS version: 15.0

* Git version: 2.39.5 (Apple Git-154)

The error was related to Git. The SDK installation completed successfully with the following configuration:

```

git config --global http.postBuffer 157286400

```

157286400 is an arbitrary value with no particular significance.

Related