I am facing an issue with git commit. I don't know why it is not signing my commits
Lenovo@DESKTOP-ITBAPEA MINGW64 /d/drive d/web development/new web dev/doc/clone-krke-try (main)
$ git config --global --list
user.name=name
[email protected]
user.signinkey=key
commit.gpgsign=true
tag.gpgsign=true
gpg.program=C:\\Program Files (x86)\\GnuPG\\bin\\gpg.exe
Lenovo@DESKTOP-ITBAPEA MINGW64 /d/drive d/web development/new web dev/doc/clone-krke-try (main)
$ git commit -m "new commit"
gpg: skipped "name <mailto:[email protected]>": No secret key
gpg: signing failed: No secret key
error: gpg failed to sign the data
fatal: failed to write commit object
I don't know what the problem is. I added GPG key to my github settings.