简体   繁体   English

如何运行git子模块?

[英]How can I run git submodules?

I am trying to make use of Wikislurp to dynamically read Wikipedia articles. 我试图利用Wikislurp来动态阅读Wikipedia文章。

The readme file states the following: 自述文件指出以下内容:

After you have clone the repository, you'll need to run the following to pull in all the submodules: 克隆存储库后,需要运行以下命令以拉入所有子模块:

git submodule init
git submodule update
cd externals/curlcall
git submodule init
git submodule update

But how do I do this? 但是我该怎么做呢? I have no experience with git whatsoever and a search didn't give me anything usable. 我没有使用git的经验,并且搜索没有给我任何可用的信息。

也许您需要为此安装Git ...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM