Hi @clyde,
Thanks for raising this. GitHub made some protocol permission changes, and ArduSub-stable hasn’t yet had the relevant updates to fix that. I’ve raised an issue for it, but if you want/need to use it in the meantime (before it gets fixed properly) you can
- clone the repo
- checkout
ArduSub-stableinto a new branch - open the
.gitmodulesfile and replacegit://withhttps:// - update submodules (but not recursively)
- open
modules/mavlink/.gitmodulesand replacegit://withhttps:// - update submodules again, recursively this time