Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
git clone --recurse-submodules git@myrepo.git使用NodeGit执行的等效方式是什么?
git clone --recurse-submodules git@myrepo.git
我找到了一些关于如何做到这一点的手动示例,但它们已经很老了,我希望现在有一种本地方法可以做到这一点。
由于底层库不支持它,因此无法在本机上使用 nodegit 执行此操作libgit2:https ://github.com/nodegit/nodegit/issues/1233#issuecomment-809717805
libgit2