git 突破大文件上传限制

Posted drinkteat

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git 突破大文件上传限制相关的知识,希望对你有一定的参考价值。

1.安装 lfs: git lfs install

2.跟踪大文件:git lfs track "file.suffix"

3.添加配置文件:git add .gitattributes

之后正常提交,不过可能会遇到这个问题:

Remote "origin" does not support the LFS locking API. Consider disabling it with:...

4.再执行此命令:

$ git lfs push origin master --all

 

以上是关于git 突破大文件上传限制的主要内容,如果未能解决你的问题,请参考以下文章

git 突破大文件上传限制

Git上传文件容量大小限制

Git系列github错误提交大文件后剔除的方法

前端大文件分片上传(Vue)

struts2文件上传突破2M限制

git添加文件个数超限制