You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every run of the development environment creates (by default) a new temp dir, and each of these get their own gpg-agent process. At fist glance, there doesn't seem to be a way around this that doesn't require changing global options.
From man gpg2, it can't be disabled:
--use-agent
--no-use-agent
This is dummy option. gpg always requires the agent.
The text was updated successfully, but these errors were encountered:
Every run of the development environment creates (by default) a new temp dir, and each of these get their own
gpg-agent
process. At fist glance, there doesn't seem to be a way around this that doesn't require changing global options.From
man gpg2
, it can't be disabled:The text was updated successfully, but these errors were encountered: