PX4 / PX4-user_guide

PX4 User Guide

Home Page:https://docs.px4.io/main/en/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I have run into a problem running command git submodule update --init --recursive

zhangshuaiqing opened this issue · comments

When I run command git submodule update --init --recursive, then as followed
zsq@zsq:~/package/PX4_about/PX4-Autopilot$ git submodule update --init --recursive
error: Server does not allow request for unadvertised object 562ee71388c493675269210f7692d8b7a8bb800d
Fetched in submodule path 'Tools/flightgear_bridge/models/TF-G2', but it did not contain 562ee71388c493675269210f7692d8b7a8bb800d. Direct fetching of that commit failed.
error: Server does not allow request for unadvertised object c278eb48e1b57e6b789242324e28581caf9ccf96
Fetched in submodule path 'src/drivers/gps/devices', but it did not contain c278eb48e1b57e6b789242324e28581caf9ccf96. Direct fetching of that commit failed.

what should I do to fix this problem?

See my response to your other issue.