文章版本: Enterprise Server 2.17
关于必需提交签名
必需提交签名确保协作者只能推送已签名的提交到受保护分支。
受保护分支适用于具有 GitHub Free 和组织的 GitHub Free 的公共仓库,以及具有 GitHub Pro、GitHub Team、GitHub Enterprise Cloud 和 GitHub Enterprise Server 的公共和私有仓库。
如果您在仓库中实施了分支保护,便可设置必需提交签名。 更多信息请参阅“配置受保护分支”。
When you enable required commit signing on a branch, contibutors can only push commits that have been signed and verified to the branch. For more information, see "About commit signature verification."
You can always push local commits to the branch if the commits are signed and verified. However, you cannot merge pull requests into the branch on GitHub Enterprise. You can merge pull requests locally. For more information, see "Checking out pull requests locally."
注:对分支启用必需提交签名将会增加参与的难度。 如果协作者推送未签名的提交到启用了必需提交签名的分支,他们将需要变基其提交以包含验证的签名,并且强制推送重写的提交到分支。
仓库管理员可以推送尚未签名和验证的本地提交,但您可以要求管理员遵守必需提交签名。 更多信息请参阅“启用必需提交签名”。
延伸阅读
- "关于受保护分支"