2016-12-26 30 views
1

我想開始使用git-lfs推送一個800 + MB的二進制文件到github.com進行發佈。我看到是否有任何理由爲什麼git-lfs可能會將文件大小超過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和public github.com存儲庫上使用了git-lfs 1.5.3。

+0

https://help.github.com/articles/working-with-large-files/ –

+0

[Git的LFS的可能的複製 - 「這超出了GitHub的文件大小限制100.00 MB「](http://stackoverflow.com/questions/33330771/git-lfs-this-exceeds-githubs-file-size-limit-of-100-00-mb) –

+0

這是如何解釋爲什麼1.03 GB當文件只有860 MB時被推送? –

回答

相關問題