When GNUPGHOME env variable is set gpg does not work. #5607
Closed
ariellourenco
started this conversation in
General
Replies: 2 comments 5 replies
-
@ariellourenco the … APPDATA=$(cygpath -u "$APPDATA")";; … |
Beta Was this translation helpful? Give feedback.
5 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I am using the GPG shipped with Git for Windows to sign my commits. However, I would like to move the
.gnupg
from my $HOME directory but if I set theGNUPGHOME
env variable to a different location the signing command stops work and returns the following error message:I am setting the
GNUPGHOME
on.bash_profile
as follow:Any idea about what is going on?
Beta Was this translation helpful? Give feedback.
All reactions