Git Clone大文件+子模块的方式
克隆含大文件的仓库前,请确保已安装 git-lfs
如果克隆后才安装 git-lfs,可尝试运行:
git lfs pull
重新从仓库拉取托管于 LFS 的大文件
克隆本仓库后, 请确保第三方代码仓库均克隆下来
git submodule init
git submodule update --init --recursive
或者可以在clone的时候指定方式
git clone --recursive git_address