Skip to content

Instantly share code, notes, and snippets.

@tskxz
Created March 28, 2025 10:47
Show Gist options
  • Save tskxz/07f8f8eb1a7816942b4bc18ff5bea5fb to your computer and use it in GitHub Desktop.
Save tskxz/07f8f8eb1a7816942b4bc18ff5bea5fb to your computer and use it in GitHub Desktop.
fix: gpg: signing failed: No secret key and gpg: signing failed: Timeout?
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