I followed GitHub's instructions for telling git about my SSH key, but when I tried to sign a commit
git commit -S
I got this error:
error: Load key
"C:\\Users\\MyName\\AppData\\Local\\Temp/.git_signing_key_tmpC5KwFc": invalid format?
fatal: failed to write commit object
What might I be doing wrong?