/ 后端 / Tool / Git / 分批次下载 大仓库 git init git remote add origin https://github.com/git-for-windows/git.git git ls-remote origin >origin.txt git ls-remote --tags github >origin.txt git fetch origin tag的名字 git fetch --all 或者使用git fetch origin git branch -u origin/master git pull -v
评论区