How to setup GNUPG with MINGW32 (Git BASH) on Windows
In switching from Windows PowerShell to Git Bash, I ran into this error:
0x6af2bf57992f19ed
refers to
my PGP key
and BASH is not able to find it. PowerShell never has this problem,
so apparently PowerShell searches the HOME directory and finds the GPG
files in C:/Users/Dev1/AppData/Roaming/gnupg
instead.
To setup the path for BASH, just assign and export GNUPGHOME to whatever it needs to be:
There you go!