git项目中引用其他项目的情况

28 阅读1分钟

下载这样的项目

默认下载是不会下载引用的库的

如何下载子模块

git submodule update --init --recursive

git submodule update --init lib/foo