赞
踩
目录
方法二:git submodule update --init
有时github上的工程可能会包含一些子模块,例如
这时候如果你只是用下面的命令下载,
git clone https://github.com/Cambricon/CNStream
下载完之后会发现easydk文件夹是空的,有两种方法下载子模块
git clone --recursive https://github.com/Cambricon/CNStream
- git clone https://github.com/Cambricon/CNStream
- cd CNStream
- git submodule update --init --recursive
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。