automotiveMastermind / prompt

A spectacular prompt for *nix distributions.
MIT License
10 stars 6 forks source link

gpg issues persist #83

Open dmccaffery opened 3 years ago

dmccaffery commented 3 years ago

Hi @dmccaffery - @patrickserrano sent me here after I mentioned that I ran into this issue on my machine after running update-prompt today. The difference was that this wasn't in WSL1, it was in the terminal on my mac (Catalina, macOS 10.15.6).

prompt: using bash shell
gpgconf: error running '/usr/local/Cellar/gnupg/2.2.26/bin/gpg-connect-agent': exit status 1
gpgconf: error running '/usr/local/Cellar/gnupg/2.2.26/bin/gpg-connect-agent NOP': General error
prompt: a new version of prompt is available: a95f87e6bdba2404804fb3ba30396805c1b41102
  - run the update-prompt command line tool to upgrade

Originally posted by @jeffreypmoran in https://github.com/automotiveMastermind/prompt/issues/69#issuecomment-754237928

dmccaffery commented 3 years ago

@jeffreypmoran I think this might be fully resolved for all use cases in my most recent PR (yet to be merged): https://github.com/dmccaffery/prompt/blob/c892eaa231c313e9fe08945b3b40d1a5b3f9ad02/src/sh/install/darwin.sh#L123-L136

Can you clone the pr and run the installer and let me know if its still an issue -- should be able to do the following:

brew install gh
gh repo clone automotiveMastermind/prompt
cd prompt
gh pr checkout 82
./install.sh
sjk07 commented 3 years ago

@jeffreypmoran still have this issue?