git clone https://github.com/your-github-userid/ardupilot
cd ardupilot
git submodule update --init --recursive
上面这个步骤从第一行就要好好对待,不然会出错。
1、git clone https://github.com/your-github-userid/ardupilot
需要你把该文件找到,folk到自己的github里来。如下
然后在你的github就会有这个Ardupilot,如下
这时,就可执行
例如git clone https://github.com/Clear-feng/ardupilot
Clear-feng为我自己的ID
2、git submodule update --init --recursive 这个的话就会很顺利的执行,
3、当你发现linux里发现少了很多.文件,比如.gitmodules,.文件在linux是隐藏起来了,可在该目录下,打开终端,输入
ls -a
即可找到那个文件。