We're ready to roll out Git LFS support to a select group of users. If you'd like to be one of the first to try it out on GitHub.com, sign up for early access using your GitHub account.
In the next few months, every repository on GitHub.com will support Git LFS by default.
Every user and organization on GitHub.com with Git LFS enabled will begin with 1 GB of free file storage and a monthly bandwidth quota of 1 GB. If your workflow requires higher quotas, you can easily purchase more storage and bandwidth for your account.
via.Announcing Git Large File Storage (LFS)
啊哈,云盘服务 ;)
1
gDD 2015-04-09 09:09:15 +08:00 via iPhone
乍一看以为是基于 Git 的大文件储存/备份方案,细看原来是把大文件独立于 repo 储存,然后 repo 里存快捷方式。只是这一过程对 Git(至少是对于 GitHub)来说是透明的。
|
2
Tiande OP |
3
gDD 2015-04-09 09:32:30 +08:00 1
@dtdnqsb 其实 GitHub 本身就没有提供无限空间(以前可能有),我几周前看的时候就是 1 GB 限制了: https://help.github.com/articles/what-is-my-disk-quota/#file-and-repository-size-limitations
|
4
Tiande OP @gDD 嗯,没传过大文件,原来还是有限制的。
GitHub will warn you when pushing files larger than 50 MB. You will not be allowed to push files larger than 100 MB. https://help.github.com/articles/conditions-for-large-files/ |