Skip to content

Instantly share code, notes, and snippets.

@mattlong
Created February 4, 2020 18:57
Show Gist options
  • Save mattlong/df7927552aabae8a70f1544c2fb1d688 to your computer and use it in GitHub Desktop.
Save mattlong/df7927552aabae8a70f1544c2fb1d688 to your computer and use it in GitHub Desktop.
Fix GPG decrypting
# If you get "Inappropriate ioctl for device" when decrypting
# Thanks to https://github.com/keybase/keybase-issues/issues/2798
export GPG_TTY=$(tty)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment