Created
November 23, 2016 09:05
-
-
Save gadiener/5d82ef202be295ace487cd198b2bdcba to your computer and use it in GitHub Desktop.
Fix error: gpg-agent[30745]: command get_passphrase failed: Inappropriate ioctl for device
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# With oh-my-zsh | |
echo 'export GPG_TTY=$(tty)' >> .my_zshrc | |
# With bash | |
echo 'export GPG_TTY=$(tty)' >> .bashrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment