When I run gpg --list-secret-keys --keyid-format LONG within git I get no display of keys at all. On the other hand, when I run the same command in cmd or PowerShell I get an output that looks like
I also added the gpg.program config in the global config file by running git config --global gpg.program "/c/Program Files (x86)/GnuPG/bin/gpg.exe". To no avail. Any idea what I could be doing wrong? As a side note, I am only using git bash and have not integrated git into windows.

