Skip to content

Git使用

1 关于子模块

1.1 如果下载完之后没有子模块

1
git submodule update --init --recursive

1.2 clone阶段就把子模块下载过来

1
git clone --recursive https://github.com/caffe2/caffe2