我们经常发布文档更新,此页面的翻译可能仍在进行中。有关最新信息,请访问英文文档。如果此页面上的翻译有问题,请告诉我们

此版本的 GitHub Enterprise 已停止服务 2020-11-12. 即使针对重大安全问题,也不会发布补丁。 要获得更好的性能、改进的安全性和新功能,请升级到 GitHub Enterprise 的最新版本。 如需升级方面的帮助,请联系 GitHub Enterprise 支持

备份仓库

You can use Git and the API to back up your repository.

您可以手动下载和备份仓库:

  • 要将仓库的 Git 数据下载到本地计算机,您需要克隆该仓库。 更多信息请参阅“克隆仓库”。
  • 还可以下载仓库的 wiki。 更多信息请参阅“添加或删除 wiki 页面”。

克隆仓库或 wiki 时,仅下载 Git 数据,例如项目文件和提交历史记录。 您可以使用我们的 API 将 GitHub Enterprise Server 仓库的其他元素导出到您的本地计算机:

Once you have a local version of all the content you want to back up, you can create a zip archive and copy it to an external hard drive and/or upload it to a cloud-based backup service such as Google Drive or Dropbox.