Issue
When running git submodule update --init --recursive
I am getting the following error for pymavlink:
Screen Shot
All of the other submodules worked as far as I can see. The issue is just with mavlink.
What have I attempted
I was having this issue with all of my submodules and altered the .git/config file so that it uses https://
as opposed to git://
; however, this issue hasn’t resolved for mavlink.
I’m now on my second VM, I decided to try again from fresh in-case I messed up any of the VM setup.
I have attempted it without my Windows Firewall on.
I don’t understand why it would be using git://
after I altered the config file?
I’m not sure what other options I have to resolve this?