How to use Git with file too big (>100mb) for Git LFS?

后端 未结 2 756
野的像风
野的像风 2021-01-07 04:37

How does one manage a file (.obj) that\'s too big for Git LFS?

It has a 100mb limit (https://help.github.com/articles/working-with-large-files/)

For a projec

2条回答
  •  死守一世寂寞
    2021-01-07 04:59

    Use a host with larger size limits (like bitbucket). The problem is with github limits, not with git lfs.

提交回复
热议问题