I'm attempting to initialise my first zephyr project using the nRF SDK, and have been following the academy course on the nRF boards. Problems arise on the install SDK (2.6.1)-step where `west update` fails, returning a git: broken pipe error. Several people (all on MacOS, myself included) have attempted the the installation, all getting the same result. Thinking it might be caused by VSCode, I tried manually installing the toolchain and SDK using the nrfutil CLI tool. `west update` still fails, and I've been able to pinpoint the issue to `git fetch`. The following is the output of executing `git fetch` from within the local nrf repository:
usage: git rev-list [<options>] <commit-id>... [-- <path>...] limiting output: --max-count=<n> --max-age=<epoch> --min-age=<epoch> --sparse --no-merges --min-parents=<n> --no-min-parents --max-parents=<n> --no-max-parents --remove-empty --all --branches --tags --remotes --stdin --quiet ordering output: --topo-order --date-order --reverse formatting output: --parents --children --objects | --objects-edge --unpacked --header | --pretty --[no-]object-names --abbrev=<n> | --no-abbrev --abbrev-commit --left-right --count special purpose: --bisect --bisect-vars --bisect-all error: https://github.com/nrfconnect/sdk-nrf did not send all necessary objects