'; notify_content = null; notify_options = {}; alertTip = ''; $error_box = $(".flash_error.flash_error_box"); if (notify_options.type === 'error' && $error_box.length > 0 && !$.isEmptyObject(notify_content.message)) { if (notify_content.message === 'captcha_fail') { alertTip = "验证码不正确"; } else if (notify_content.message === 'captcha_expired') { alertTip = "验证码已过期,请点击刷新"; } else if (notify_content.message === 'not_found_in_database') { alertTip = "帐号或者密码错误"; } else if (notify_content.message === 'not_found_and_show_captcha') { alertTip = "帐号或者密码错误"; } else if (notify_content.message === 'phone_captcha_fail') { alertTip = "手机验证码不通过"; } else { alertTip = notify_content.message; } return $error_box.html(alertTip).show(); } else if (notify_content) { if ("article" === 'third_party_binding') { return $('#third_party_binding-message').html(notify_content.message).addClass('ui message red'); } notify_options.delay = 3000; notify_options.template = template; notify_options.offset = { x: 10, y: 30 }; notify_options.element = '#messages-container'; return $.notify(notify_content, notify_options); } }); }).call(this);
    Gitee 帮助中心 / 帮助详情

    Gitee 产品配额说明

    社区版(个人用户)

    类型 说明
    仓库数量 创建 1000 个仓库,不限制公私有。
    仓库容量 Git 单仓库容量上限为 500M ,SVN 单仓库容量上限为 400M
    单文件最大 50M
    用户总仓库容量为 5G
    注:总仓库定义为用户名下以及所创建的组织下面的所有仓库。
    附件容量 附件单文件大小上限为 100MB
    单仓库附件总容量 1G
    成员人数 公有仓库成员数量不限。
    个人账号下所有私有仓库总的协作人数为 5人

    企业版

    套餐 免费版 标准版 高级版 尊享版
    单仓库 最大 500 MB 最大 1 GB 最大 2 GB 最大 3 GB
    单文件 最大 50 MB 最大 100 MB 最大 200 MB 最大 300 MB

    企业版容量说明详见:企业版和个人版服务对比

    如用户在使用过程中不小心将较大的二进制文件加入仓库,那么仓库大小很快就会超过规定的配额,用户可以通过升级到对应的套餐配额或对仓库进行历史改写瘦身,来解除系统对仓库推拉服务的锁定。

    搜索帮助