Git Clone大文件+子模块的方式
克隆含大文件的仓库前,请确保已安装 git-lfs
如果克隆后才安装 git-lfs,可尝试运行:
git lfs pull
重新从仓库拉取托管于 LFS 的大文件
克隆本仓库后, 请确保第三方代码仓库均克隆下来
git submodule init
git submodule update --init --recursive
或者可以在clone的时候指定方式
git clone --recursive git_address
原文地址:https://blog.csdn.net/shuia64649495/article/details/144005284
免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!