Skip to content

Commit

Permalink
Update FAQ.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Mar 27, 2017
1 parent aac34a6 commit 55c9992
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/FAQ.md
Expand Up @@ -26,8 +26,7 @@ The plugin doesn't work with the app from the Mac App Store. It needs to access

## I get `Failed... gpg: cannot open '/dev/tty': Device not configured` when I try to commit, what do I do?

You are signing your commits with PGP/GPG, which is great! Unfortunately, you just hit a [common issue with GnuPG]
(https://github.com/Microsoft/vscode/issues/5065) (cf. #93). As a workaround, you can tell GnuPG to never
You are signing your commits with PGP/GPG, which is great! Unfortunately, you just hit a [common issue with GnuPG](https://github.com/Microsoft/vscode/issues/5065) (cf. #93). As a workaround, you can tell GnuPG to never
use the `TTY`:

$ echo 'no-tty' >> ~/.gnupg/gpg.conf
Expand Down

0 comments on commit 55c9992

Please sign in to comment.