MoonLab - TIL

This is where i store my today-i-learned

You may also wannna visit my blog

Browse by tags

#git

#git git commit sign失败 windows - Feb 23, 2025

gpg --list-secret-keys --keyid-format LONG gpg: skipped "name <[email protected]>": secret key not available gpg: signing failed: secret key not available error: gpg failed to sign the data fatal: failed to write commit object 解决方法: git config --global gpg.program "C:\Program Files (x86)\GnuPG\bin\gpg.exe"

#git Github Verified Commit Signature - Feb 14, 2025

Supported GPG key algorithms GitHub supports several GPG key algorithms. If you try to add a key generated with an unsupported algorithm, you may encounter an error. RSA ElGamal DSA ECDH ECDSA EdDSA