I have the gpg-agent.exe running, but when I try to git commit, it complains that the GPG agent can not be found:
$ gpg-agent --daemon
gpg-agent[17440]: a gpg-agent is already running - not starting a new one
$ git commit -m "foo"
You need a passphrase to unlock the secret key for
user: "Oliver Salzburg <oliver.salzburg@gmail.com>"
4096-bit RSA key, ID 5826006B, created 2016-12-05
gpg: gpg-agent is not available in this session
Enter passphrase:
What is going on?