赞
踩
工具:git lfs
直接使用git lfs clone 速度很慢,先把文件用普通方式拉下来,再去git lfs pull对应的大文件
// Skip smudge - We’ll download binary files later in a faster batch
git lfs install --skip-smudge
// Do git clone here
git clone …
// Fetch all the binary files in the new clone
git lfs pull
// Reinstate smudge
git lfs install --force
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。