Codespaces GPG signing fails in instances other than git commit -S
, like git tag -s
or git cherry-pick
#33947
Unanswered
possumbilities
asked this question in
Codespaces
Replies: 1 comment
-
i have same problem with tag
its working but now it use the [email protected] if i go back to
it fail the tag i cant figure out to edit the info on I know there is not setup a key on this codespace yet, its 100% fresh but its shows the email. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It appears that signing with GPG keys and their availability in the Codespace is severely limited to ONLY
git commit -S -m 'message'
, other operations seem to fail.For example:
git tag -s tag
git cherry-pick hash
Both return an error that gpg failed.
However,
git commit -S -m 'message'
successfully signsSee this related issue here, that just covers tag signing failure: #20990
Beta Was this translation helpful? Give feedback.
All reactions