Ive been trying to set up commit signing on github and have followed the guide but I am running into problems.
What I have done so far
in git bash $ ssh-keygen -m PEM -t ed25519 -C "insert email"
Then I uploaded the key to github
in git bash $ git config --global gpg.format ssh
$ git config --global user.signingkey 'insert key'
When I click commit in VSCode it fails with this as command output
git -c user.useConfigOnly=true commit --quiet --allow-empty-message --file - -S
error: Load key "C:\\Users\\CoolUser\\AppData\\Local\\Temp/.git_signing_key_tmpnwUfAT": invalid format?
fatal: failed to write commit object