Skip to main content

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

Archiving repositories

You can archive a repository to make it read-only for all users and indicate that it's no longer actively maintained. You can also unarchive repositories that have been archived.

About repository archival

我们建议您在存档仓库之前,关闭所有议题和拉取请求并更新自述文件和说明。

Once a repository is archived, you cannot add or remove collaborators or teams. Contributors with access to the repository can only fork or star your project.

When a repository is archived, its issues, pull requests, code, labels, milestones, projects, wiki, releases, commits, tags, branches, reactions, code scanning alerts, comments and permissions become read-only. To make changes in an archived repository, you must unarchive the repository first.

You can search for archived repositories. For more information, see "Searching for repositories." You can also search for issues and pull requests within archived repositories. For more information, see "Searching issues and pull requests."

Archiving a repository

我们建议您在存档仓库之前,关闭所有议题和拉取请求并更新自述文件和说明。

  1. On your GitHub Enterprise Server instance, navigate to the main page of the repository.
  2. 在存储库名称下,单击 “设置”。 “存储库设置”按钮
  3. Under "Danger Zone", click Archive this repository Archive this repository button
  4. Read the warnings.
  5. Type the name of the repository you want to archive. Archive repository warnings
  6. Click I understand the consequences, archive this repository.

Unarchiving a repository

  1. On your GitHub Enterprise Server instance, navigate to the main page of the repository.
  2. 在存储库名称下,单击 “设置”。 “存储库设置”按钮
  3. Under "Danger Zone", click Unarchive this repository Unarchive this repository button
  4. Read the warnings.
  5. Type the name of the repository you want to unarchive. Unarchive repository warnings
  6. Click I understand the consequences, unarchive this repository.