摘要: 项目模块太多,一键clone @echo off echo start git clone pause for /f %%i in (list.txt) do git clone https://cn.yqclu/gitlab/itst/xxxgroup/%%i.git %%i echo 'git 阅读全文