Closed radioflyer28 closed 1 year ago
Issue: https://github.com/radarku/ardupilot-sitl-docker/issues/10
Fix: Add the following to the Dockerfile after installing Git... RUN git config --global url."https://github.com/".insteadOf git://github.com/
RUN git config --global url."https://github.com/".insteadOf git://github.com/
Reason: GitHub depricated unauthenticated Git protocol on port 9418. Apparently, the Ubuntu 18.04 repo uses a depricated Git config. https://github.community/t/cant-show-pull-the-unauthenticated-git-protocol-on-port-9418-is-no-longer-supported/242962
Looks great! Thanks @radioflyer28
Issue: https://github.com/radarku/ardupilot-sitl-docker/issues/10
Fix: Add the following to the Dockerfile after installing Git...
RUN git config --global url."https://github.com/".insteadOf git://github.com/
Reason: GitHub depricated unauthenticated Git protocol on port 9418. Apparently, the Ubuntu 18.04 repo uses a depricated Git config. https://github.community/t/cant-show-pull-the-unauthenticated-git-protocol-on-port-9418-is-no-longer-supported/242962