https://blog.csdn.net/Cl2212/article/details/115061640
recursive循环下载子模块,可能因为子模块失败,
git clone --recursive https://github.com/XXX.git
重新下载
git submodule update --init --recursive
https://blog.csdn.net/Cl2212/article/details/115061640
git clone --recursive https://github.com/XXX.git
git submodule update --init --recursive