[ad_1]
I setup a remote repository in VS Code. It is pointing to Azure DevOps. I can stage a file using the GUI, but when I attempt to commit (click the check mark), I get this message:
No secret key
gpg: signing failed: No secret key
error: gpg failed to sign the data
fatal: failed to write commit object
However, if I open the terminal (ctrl-~), I can type this and it works:
git commit -m "my message"
I have searched for the gpg messages above but haven’t found a solution. Any thoughts on what to try now? Is there any additional info you need?
[ad_2]