Monday, 29 May 2023

GPG secret key not found

 https://stackoverflow.com/questions/36810467/git-commit-signing-failed-secret-key-not-available


ou need to configure the secret key before using it.

git config user.signingkey 35F5FFB2

Or declare it globally if you want to use the same key for every repository.

git config --global user.signingkey 35F5FFB2

No comments:

Post a Comment