I recently started using password store (https://www.passwordstore.org/) as my password manager on my mac and everything was working flawlessly for weeks. Now everytime I try to use it, it hangs the terminal. This happens whenever I try to show a password or insert a new password. The only way to escape this is to interrupt the program with Ctrl + C.
Now I can't access all of my passwords. Does anyone know what might be going on or how to fix it?
pass / password store no longer works on my mac and hangs terminal
299 Views Asked by Mark Pampuch At
1
There are 1 best solutions below
Related Questions in TERMINAL
- How to fix npm errors without writing sudo in macOS?
- using whisper in the terminal gives an error
- Ubuntu terminal unable to take in input and read directories
- How do I get my terminal to work in VS Code? Exit Code:2, doesn't allow me to type anything
- Use `ffprobe` to display subtitle content like the `cat` command
- I am using the bash terminal in VS Code, I am new to coding, and the terminal displays very differently, how do I get them to match?
- Reading & Writing to the same file from terminal
- In VS Code, when sending Python lines to terminal, why do I have to re-send lines that set a variable to an edited value before the lines that use it?
- I tried installing Bagisto on a Pi, and I decided to uninstall it. Now, my PHPmyadmin doesn't work
- Create react app not working, file already exists with EEXIST error
- c++ python ctypes dependency issues
- Auto-activation of the conda environment in the terminal (ps, cmd, bash) in VS Code on Windows 11 does not work. How to solve this problem?
- Command Prompt/PowerShell Closing Automatically with Error -532462766/-1 in Visual Studio Code
- Output from sys.exit sometimes appears on terminal before output from print
- minikube not starting the service
Related Questions in PASSWORDS
- Forgotten RAR password recovery
- I'm unable to access 'https://github.com/Danniecodjoe/alx-system_engineering-devops.git/':
- How to get new text input after entering a password in a tab?
- invalid application password of gmail
- Auto-complete doesn't work on Chrome or Edge
- Decrypting Magento 2 customer passwords using email for migration to Shopify
- In two subversion repositories (same machine), can I have different usernames with no password prompting?
- Store website username/password on Elinks for Ubuntu
- Sending Password to a PHP Script
- "error": "The public key is required. Visit https://dashboard.emailjs.com/admin/account"
- im stuck trying to guess a password to a server im accessing through netcat for a ctf
- Hashcat / John the Ripper - find password when you know most of password but don't remember the sequence
- Hashing the password if it is not hashed in django
- How do I change I change my redis docker containers password?
- How to detect password protected file in Angular 14+ without using Promise calls
Related Questions in PRIVATE-KEY
- Invalid SCA token in unix
- Questions about p12 certificate and private key password
- xml signing with google-cloud-kms in java/kotlin
- SignTool - unexpected internal error - Could not associate private key with certificate
- Cannot convert PrivateKey to String
- How to check whether age public key and private key couple with each other
- How to use Base64-encoded DER format in DBT profiles.yml
- CertificateRequest.CreateSigningRequest() - Where is the private key?
- Azure key vault certificate import cannot handle BEGIN RSA PRIVATE KEY
- Can't convert #pkc1 pgp private/public key to #pkc8
- Error when authenticating to BOX Application from Kendra
- Why isn't my .PEM key in Key Vault correctly being used in my Function App?
- How can SSH ensure a cyphered communication in both directions?
- Converting an EC private key to PKCS#8 format using `openssl_pkey_export()` (differing behavior across PHP versions)
- Generating private key with guid in Open SSL
Related Questions in PUBLIC-KEY
- Git always wants a password instead of using the ssh key at pulling from GitLab using git SSH
- Why I am facing error in verifying a JWT token using `jsonwebtoken` module?
- Can't drive any matched public keys in "mbedtls_ecdh_context" from certificate and private key file using mbedtls
- How Verify Public Key With Web Crypto API
- Tink: What format does tink give your keys in? Pem or der?
- How to check whether age public key and private key couple with each other
- How to Create P2SH Address From Multiple Public Keys
- Can't convert #pkc1 pgp private/public key to #pkc8
- How Does Application Know CA's public Key in case of TLS/SSL
- Querying Related Account IDs Linked to a Public Key in Hedera Hashgraph
- Issues with gpg revocation design
- Not able to renew Mulesoft DLB certifcates using AWS Manager
- RSA decryption with public key in Javascript
- Does Azure AD public keys endpoint has a limit?
- How can I show the content of a PKCS#8v2 files using openssl?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?

I understand it can be confusing. Such problem can occur due to inconsistent state of GPG agent. To fix it, you'd better refresh GPG agent by running
and then reload the shell: either exit and reopen the shell, or run
exec <YOUR_SHELL>. Replace<YOUR_SHELL>with your shell program, such asbash,zsh, etc.