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

此版本的 GitHub Enterprise 将停止服务 此版本的 GitHub Enterprise 已停止服务 2019-10-16. 即使针对重大安全问题,也不会发布补丁。 For better performance, improved security, and new features, upgrade to the latest version of GitHub Enterprise. For help with the upgrade, contact GitHub Enterprise support.

在 GitHub Enterprise Server 上完成导入

在迁移应用到目标实例并且您已审查迁移后,您需要解锁仓库并将其从源中删除。 我们建议等待两周再删除您的源数据,以便确保所有数据都能按预期运行。

在目标实例上解锁仓库

  1. SSH into 您的 GitHub Enterprise Server 实例.

    $ ssh -p 122 admin@HOSTNAME
  2. Unlock all the imported repositories with the ghe-migrator unlock command. You'll need your Migration GUID:

    $ ghe-migrator unlock -g MIGRATION_GUID> Unlocked octo-org/octo-project

在源上解锁仓库

从 GitHub.com 组织解锁仓库

要在 GitHub.com 组织中解锁仓库,您需要向迁移解锁端点发送 DELETE 请求。 您需要:

从 GitHub.com 组织删除仓库

在解锁 GitHub.com 组织的仓库后,您应当使用仓库删除端点删除之前迁移的每一个仓库。 您需要身份验证的访问令牌:

curl -H "Authorization: token GITHUB_ACCESS_TOKEN" -X DELETE \
  https://api.github.com/repos/orgname/repo_name

从 GitHub Enterprise Server 实例解锁仓库

  1. SSH into 您的 GitHub Enterprise Server 实例.

    $ ssh -p 122 admin@HOSTNAME
  2. Unlock all the imported repositories with the ghe-migrator unlock command. You'll need your Migration GUID:

    $ ghe-migrator unlock -g MIGRATION_GUID> Unlocked octo-org/octo-project

问问别人

找不到要找的内容?

联系我们