Created
March 28, 2025 10:47
-
-
Save tskxz/07f8f8eb1a7816942b4bc18ff5bea5fb to your computer and use it in GitHub Desktop.
fix: gpg: signing failed: No secret key and gpg: signing failed: Timeout?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global gpg.program "C:\Program Files (x86)\GnuPG\bin\gpg.exe" | |
gpg --list-keys | |
gpg --edit-key <key> | |
expire | |
0 | |
y | |
save |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment