Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 226 Bytes

File metadata and controls

8 lines (6 loc) · 226 Bytes

Lessons

克隆项目后,默认子模块目录下无任何内容。需要在项目根目录执行如下命令完成子模块的下载:

git submodule init
git submodule update