冥界3大法王 发表于 2023-8-21 19:25

这玩意能批处理执行吗?

git.exe   clone https://kgithub.com/x64dbg/x64dbg.git
git.execlonehttps://kgithub.com/x64dbg/zydis.git
git.execlonehttps://kgithub.com/x64dbg/Translations.git
git.execlonehttps://kgithub.com/x64dbg/deps.git
git.execlone https://kgithub.com/x64dbg/btparser.git

问题是完成一个,再来一个,中途还要cd 进到子目录,
C:\x64dbg\x64dbg\src\zydis_wrapper\zydis>
git clone https://github.com/x64dbg/zydis.git


能自动化连续下来么?{:301_974:}

爱飞的猫 发表于 2023-8-21 19:36

本帖最后由 爱飞的猫 于 2023-8-21 19:37 编辑

```bash
git clone ... --recurse-submodules
```

其中 `...` 是仓库克隆地址。

这个指令可以把所有 submodules 一并克隆,前提是你把“网络”配好。

这部分需要你自己折腾,论坛不能讨论。

shoutao 发表于 2023-8-21 21:09

https://lm6jhbqlqb.fastgpt.me/
你可以用这个GPT镜像问问,我平时写批处理,都是用这个
只要你能问明白,他就能给出解决方案

Ishisashi 发表于 2023-8-22 22:03

能当然能,但是为何需要这么做?如果是仓库的 Submodule 的话应该 git submodule update 才是

BLUE7777777 发表于 2023-8-22 22:09

在Linux下完全可以,Windows下其实也可以的,只不过写起来比Linux bash麻烦得多。
页: [1]
查看完整版本: 这玩意能批处理执行吗?