Skip to content

Setting the author in a codespace to somebody else does not show that you are the committer #45065

Closed Answered by samruddhikhandale
spenserblack asked this question in Codespaces
Discussion options

You must be logged in to vote

Hi @spenserblack 👋

GitHub <noreply@github.com> is the email address for the key we use for GPG signing, so in order for the signature to be valid we have to use that email.

However, you could make another author commit in a Codespace without passing --no-gpg-sign to the git commit command.

Example -

Command - git commit --allow-empty --author="Josh Spicer <joshspicer@github.com>"
It created the commit correctly - samruddhikhandale/cs-examples@b5a0b72

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@spenserblack
Comment options

@joshspicer
Comment options

@spenserblack
Comment options

Answer selected by spenserblack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working correctly Codespaces Your development environment, in the cloud. Run VS Code and code on GitHub's cloud platform,
3 participants