git clone 浏览器中的地址+.git
如:git clone https://github.com/robbiehanson/CocoaLumberjack.git
如果该项目中有submodule则
cd 该项目
git submodule init //寻找这些模块
git submodule update //下载
本文共 213 字,大约阅读时间需要 1 分钟。
git clone 浏览器中的地址+.git
如:git clone https://github.com/robbiehanson/CocoaLumberjack.git
如果该项目中有submodule则
cd 该项目
git submodule init //寻找这些模块
git submodule update //下载
转载于:https://my.oschina.net/junfrost/blog/141849