git submodule

第一次拉取带有子模块的项目,先拉去主项目,再拉取子项目,如果拉取有问题,可能ssh有问题:
git submodule update --init local/path/to/submodule/folder
原文地址:https://www.cnblogs.com/tianmuxi/p/10290639.html