一些git网络库的容量限制

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

1.6、码云使用容量说明

个人版容量说明

1、项目数量:

创建1000个项目,不限制公私有。

注:项目创建之后再删除,剩余项目数量不发生变化。如新注册用户可创建1000个项目,当创建完成第一个项目后,剩余可创建999个项目。若删除已创建的项目,则剩余可创建项目数量不变,依然是999个。

2、项目容量

单项目大小上限为1个G

单文件最大 100M

用户总仓库容量为5个G

注:总仓库定义为用户名下以及所创建的组织下面的所有项目。

3、附件容量

单附件文件大小上限为 100MB

单项目附件总容量 1G

4、成员人数

公有项目成员数量不限。

私有项目5人成员上限


企业版版容量说明

企业版各套餐容量说明如下所示:

一些git网络库的容量限制_第1张图片

补充说明企业版附件容量:

单附件文件大小上限为 100MB

单项目附件总容量 1G


一些学习网址

https://www.zhihu.com/question/20070065

你可能感兴趣的:(svn_git)