Skip to main content

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

Checking your commit and tag signature verification status

You can check the verification status of your commit and tag signatures on GitHub Enterprise Server.

Checking your commit signature verification status

  1. On GitHub Enterprise Server, navigate to your pull request.
  2. 在拉取请求上,单击 “提交”。 拉取请求上的“提交”选项卡
  3. Next to your commit's abbreviated commit hash, there is a box that shows whether your commit signature is verified or unverified. Signed commit
  4. To view more detailed information about the commit signature, click Verified or Unverified. GPG signed commits will show the ID of the key that was used. Verified GPG signed commit

Checking your tag signature verification status

  1. On your GitHub Enterprise Server instance, navigate to the main page of the repository.
  2. 在文件列表右侧,单击“发布”。 右侧边� �中的“发布”部分
  3. At the top of the Releases page, click Tags. Tags page
  4. Next to your tag description, there is a box that shows whether your tag signature is verified or unverified. verified tag signature
  5. To view more detailed information about the tag signature, click Verified or Unverified. Verified signed tag

Further reading