简体   繁体   中英

How can I run git submodules?

I am trying to make use of Wikislurp to dynamically read Wikipedia articles.

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 ...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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