PX4-Autopilot
PX4-Autopilot copied to clipboard
[Bug] change git:// to https:// in PX4-Autopilot/Tools/px4.py
Describe the bug
me@mypc:~$: brew install px4-dev
(...)
me@mypc:~$: px4.py
fatal: impossibile collegarsi a github.com:
github.com[0: 140.82.121.4]: errno=Operation timed out
This is because of using git://github.com/PX4/Firmware.git in https://github.com/PX4/PX4-Autopilot/blob/main/Tools/px4.py#L77
Please change to https:// , since github dropped support for git:/ https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git
To Reproduce
n.a.
Expected behavior
n.a.
Screenshot / Media
n.a.
Flight Log
n.a.
Software Version
n.a.
Flight controller
n.a.
Vehicle type
None
How are the different components wired up (including port information)
No response
Additional context
No response