-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(ru): add solution for HTTP/2 network errors on px4-autopilot clone
- Loading branch information
1 parent
28e8970
commit c6993fe
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,6 +74,9 @@ ln -s ~/PX4-Autopilot/mavlink ~/catkin_ws/src/ | |
|
||
> **Hint** Вы можете использовать более позднюю версию PX4 с большим риском, что что-то не заработает. | ||
> **Note** Если процесс клонирования завершится с ошибкой сети (`fatal: fetch-pack: invalid index-pack output`), используйте версию HTTP 1.1 `git config --global http.version HTTP/1.1` (после завершени верните 2 версию командой `git config --global http.version HTTP/2`). Альтернативным решением будет принудительное клонирование репозитория и субмодулей через ssh командой `git config --global url."[email protected]:".insteadOf https://github.com/` (требует установки ssh ключа в настройках профиля GitHub). | ||
|
||
## Установка зависимостей PX4 | ||
|
||
PX4 имеет свой собственный скрипт для установки зависимостей. Воспользуемся им: | ||
|