1

我想开始使用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 以下,但这个问题仍然让我很好奇。

我知道如何在 github.com 上处理大文件

git-lfs在 Ubuntu 16.10 和公共 github.com 存储库上使用 1.5.3。

4

1 回答 1

1

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

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

于 2016-12-26T16:17:01.917 回答