git clone 时拉取子模块
对还未下载的项目:
git clone --recursive
对已下载的项目:
git submodule sync
git submodule update --init --recursive