我想开始使用git-lfs
将800多MB的二进制文件推送到github.com进行分发。我正在看
> git push origin installer
Git LFS: (0 of 1 files) 65.72 MB / 860.12 Connection to github.com closed by remote host.
Git LFS: (0 of 1 files) 1.03 GB / 860.12 MB
后
git lfs install
git lfs track [file]
git add [file]
git commit -m "[message]
git push origin [branch]
是否有任何超出文件大小的变化是预期的行为/不是错误?
我正在考虑将二进制文件拆分为模块并将其保持在100 MB以下,但问题仍然让我感到好奇。
我知道how to work with large files on github.com。
我在Ubuntu 16.10和公共github.com存储库上使用git-lfs
1.5.3。