ArduPilot / ardupilot

ArduPlane, ArduCopter, ArduRover, ArduSub source
http://ardupilot.org/
GNU General Public License v3.0
10.73k stars 17.18k forks source link

Git module url protocols outdated for some flight stacks #20329

Closed ES-Alexander closed 2 years ago

ES-Alexander commented 2 years ago

Bug report

Issue details

GitHub stopped allowing unauthenticated/unencrypted access, and removed the git://... protocol. That was used in a few files, so the urls need to be updated from git://... to https://....

When attempting to initialise submodules with the old protocol, an error is raised with the message

fatal: remote error:
  The unauthenticated git protocol on port 9418 is no longer supported.

master has already been updated, which is included in recent plane and copter releases (see these PRs), but other platforms haven't yet had that change as an update/backport.

@Williangalvani this was brought up in the context of ArduSub-stable in this discussion.

Version What version was the issue encountered with

Platform [ ] All [x] AntennaTracker [ ] Copter [ ] Plane [x] Rover [x] Submarine

Williangalvani commented 2 years ago

I updated the submodules for 4.1. as that will be stable very soon, I don't think we need to do it for 4.0