Hoping this is an easy thing, so I'm asking here - if not, just let me know and I can open an issue.
My forked repo is a good bit out of date. So I'm updating locally - git fetch adafruit; get merge adafruit/main; git submodule sync --recursive; (and finally) git submodule update --init.
'git submodule update' (or with --init) fails with:
[bsd@yyz]:/circuitpython- git submodule update --init
fatal: 'bd34n' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: Fetched in submodule path 'ports/broadcom/firmware', but it did not contain bf96d0eda5952595d717fedb797aeb168483e9fa. Direct fetching of that commit failed.
fatal:
[bsd@yyz]:/circuitpython- git --version
git version 2.34.1
[bsd@yyz]:/circuitpython-
'bd34n' is my github id. Not sure why it thinks it's a repo. Not sure about the rest of the message - are special permissions needed for updating submodules? Any suggestions? Thanks!!