Skip to main content

GitHub AE는 현재 제한된 릴리스 상태입니다.

GPG 키에 확인된 메일 주소 사용

서명을 확인할 때 GitHub AE는 커밋한 사람 또는 태그한 사람의 메일 주소가 GPG 키 ID의 메일 주소와 일치하는지 그리고 사용자 계정에서 확인된 메일 주소인지 확인합니다. 이를 통해 키가 사용자에게 속하고 사용자가 커밋 또는 태그를 만들었음을 보장합니다.

If you need to update or add an email address to your GPG key, see "Associating an email with your GPG key."

Commits and tags may contain several email addresses. For commits, there is the author — the person who wrote the code — and the committer — the person who added the commit to the tree. When signing a commit with Git, whether it be during a merge, cherry-pick, or normal git commit, the committer email address will be yours, even if the author email address isn't. Tags are more simple: The tagger email address is always the user who created the tag.

If you need to change your committer or tagger email address, see "Setting your commit email address."

Further reading