mirror of
https://github.com/CopterExpress/clover.git
synced 2026-06-05 17:19:35 +00:00
docs: add solution for HTTP/2 network errors on px4-autopilot clone (#509)
* docs(ru): add solution for HTTP/2 network errors on px4-autopilot clone * docs(en): add solution for HTTP/2 network errors on px4-autopilot clone * docs(ru): fix typo in px4-autopilot clone note * docs(ru): fix markdownlint * docs(en): fix markdownlint * Fix markdownlint --------- Co-authored-by: Oleg Kalachev <okalachev@gmail.com>
This commit is contained in:
@@ -74,6 +74,10 @@ ln -s ~/PX4-Autopilot/mavlink ~/catkin_ws/src/
|
||||
|
||||
> **Hint** You may use more recent PX4 version, but there would be more risk of something would not be working.
|
||||
|
||||
<!-- -->
|
||||
|
||||
> **Note** If clone fails with network error (`fatal: fetch-pack: invalid index-pack output`), set HTTP version 1.1 using `git config --global http.version HTTP/1.1` command (don't forget to return it back after clone using `git config --global http.version HTTP/2`). Alternative solution is cloning the repository and submodules through SSH using `git config --global url."git@github.com:".insteadOf https://github.com/` command (requires setting up valid SSH key in GitHub profile settings).
|
||||
|
||||
## Install PX4 prerequisites
|
||||
|
||||
PX4 comes with its own script for dependency installation. We may as well leverage it:
|
||||
|
||||
Reference in New Issue
Block a user