
有时候在克隆项目的时候,我们会忽略一些子项目的问题
比如这个项目

我们直接克隆git clone https://github.com/lvgl/lv_sim_visual_studio.git

我们加上参数去克隆 git clone --recursive https://github.com/lvgl/lv_sim_visual_studio.git

对比一下是不是,尽量在后面加上 --recursive这个参数用于循环克隆子项目

有时候在克隆项目的时候,我们会忽略一些子项目的问题
比如这个项目

我们直接克隆git clone https://github.com/lvgl/lv_sim_visual_studio.git

我们加上参数去克隆 git clone --recursive https://github.com/lvgl/lv_sim_visual_studio.git

对比一下是不是,尽量在后面加上 --recursive这个参数用于循环克隆子项目