GitHub:一个仓库容量1G,单个文件不能超过100M
https://help.github.com/articles/what-is-my-disk-quota/
We recommend repositories be kept under 1GB each. This limit is easy to stay within if large files are kept out of the repository. If your repository exceeds 1GB, you might receive a polite email from GitHub Support requesting that you reduce the size of the repository to bring it back down.
In addition, we place a strict limit of files exceeding 100 MB in size. For more information, see "Working with large files."
Gitee(码云):基本上GitHub一样,只是可以建立私有库。
http://git.mydoc.io/?t=224387
创建1000个项目,不限制公私有。
注:项目创建之后再删除,剩余项目数量不发生变化。如新注册用户可创建1000个项目,当创建完成第一个项目后,剩余可创建999个项目。若删除已创建的项目,则剩余可创建项目数量不变,依然是999个。
单项目大小上限为1个G
单文件最大 100M
用户总仓库容量为5个G
注:总仓库定义为用户名下以及所创建的组织下面的所有项目。
单附件文件大小上限为 100MB
单项目附件总容量 1G
公有项目成员数量不限。
私有项目5人成员上限
企业版各套餐容量说明如下所示:
单附件文件大小上限为 100MB
单项目附件总容量 1G
一些学习网址
https://www.zhihu.com/question/20070065