1。克隆的时候可以带上参数--recursive,这样会迭代克隆子模块
git clone --recursive https://xxxxxxxx.git
2。如果已经克隆完的项目,忘记加参数--recursive,也可以在克隆完后手动运行下面命令
git submodule update --init --recursive
1。克隆的时候可以带上参数--recursive,这样会迭代克隆子模块
git clone --recursive https://xxxxxxxx.git
2。如果已经克隆完的项目,忘记加参数--recursive,也可以在克隆完后手动运行下面命令
git submodule update --init --recursive
本文标题:github笔记三:完整克隆包括子模块
本文链接:https://www.haomeiwen.com/subject/powatktx.html
网友评论