Skip to content

Commit 0c4a49f

Browse files
committed
Try this
1 parent d93492c commit 0c4a49f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

script/codespaces-post-start

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@ if [ ! -f "${HOME}/.ssh/git_signing_ed25519" ]; then
2525
# Takes this from my Codespaces secrets config on GitHub
2626
echo "$GIT_SIGNING_KEY" > "${HOME}/.ssh/git_signing_ed25519"
2727
chmod 600 "${HOME}/.ssh/git_signing_ed25519"
28-
fi
28+
fi
29+
30+
# Unset these as GitHub doesn't verify commits by the default GitHub <[email protected]> set by default in Codespaces
31+
unset GIT_COMMITTER_EMAIL
32+
unset GIT_COMMITTER_NAME

0 commit comments

Comments
 (0)