'; 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 面向付费企业提供了 企业快照 功能,被删除仓库恢复数据的服务(仅限企业版付费用户且仓库是在付费后删除的,个人用户删除仓库无法找回)

    如被删除需仓库恢复,请通过发送申请邮件到 [email protected] 。相关注意事项如下:

    1、填写仓库恢复快照申请材料,加盖公章;点击 下载申请材料

    备注:新仓库地址要与删除的仓库地址保持一致

    2、其他材料:企业营业执照扫描件、申请人本人身份证复印件、发票复印件;

    3、将以上所需文件用贵司企业邮箱发送至 [email protected] 邮箱。

    邮箱标题:企业仓库快照 + 公司名称

    请在发送邮件中注明联系方式,我们会与您确认相关事宜。


    其他补充说明:

    快照的创建时间为:

    • 快照的创建时间为最近三周的周末以及最近3个月的每月第一个周末。

    进入企业工作台界面 -> 点击「仓库」,即可查看所有仓库的快照状态

    输入图片说明

    关于企业快照的更多说明,可通过 企业版仓库快照功能简介 了解

    搜索帮助