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:
Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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