当前位置:   article > 正文

git下载子模块命令git clone --recursive和git submodule update --init

git clone --recursive

目录

方法一:git clone --recursive 

方法二:git submodule update --init


有时github上的工程可能会包含一些子模块,例如

 这时候如果你只是用下面的命令下载,

​git clone https://github.com/Cambricon/CNStream

下载完之后会发现easydk文件夹是空的,有两种方法下载子模块

方法一:git clone --recursive 

​git clone --recursive https://github.com/Cambricon/CNStream

方法二:git submodule update --init

  1. ​git clone https://github.com/Cambricon/CNStream
  2. cd CNStream
  3. git submodule update --init --recursive
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/繁依Fanyi0/article/detail/407270
推荐阅读
相关标签
  

闽ICP备14008679号