有没有理由为什么git-lfs可能会超过文件大小到github.com?

时间:2016-12-26 04:20:57

标签: git github git-lfs

我想开始使用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。

1 个答案:

答案 0 :(得分:1)

进度表重复重试后发送的字节数。在Github有一个未解决的问题:

https://github.com/git-lfs/git-lfs/issues/1542