Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

encrypted password issue with gpg #143

Open
wu0lss4j opened this issue Oct 16, 2024 · 0 comments
Open

encrypted password issue with gpg #143

wu0lss4j opened this issue Oct 16, 2024 · 0 comments

Comments

@wu0lss4j
Copy link

When trying this:

pass $(gpg --quiet --decrypt ~/.password-store/isync/gmail.gpg)

it will not pop the master password and gpg exits with exit code 2, thus fdm -kv fetch fails to run

however, if I:

  1. run pass $(gpg --quiet --decrypt ~/.password-store/isync/gmail.gpg)
  2. type the master password
  3. run fdm -kv fetch

then it will connect, authenticate, and fetch email.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant