-
-
Save kdbaustert/c885c63b322d74ed8ee94a7ba779a00d to your computer and use it in GitHub Desktop.
gpg: signing failed: Inappropriate ioctl for device macOS
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
❱ git config user.signingKey 38AF394C | |
❱ git config commit.gpgSign true | |
❱ echo "test" | gpg --clearsign | |
-----BEGIN PGP SIGNED MESSAGE----- | |
Hash: SHA256 | |
test | |
gpg: signing failed: Inappropriate ioctl for device | |
gpg: [stdin]: clear-sign failed: Inappropriate ioctl for device | |
❱ export GPG_TTY=$(tty) | |
❱ echo "test" | gpg --clearsign | |
-----BEGIN PGP SIGNED MESSAGE----- | |
Hash: SHA256 | |
test | |
-----BEGIN PGP SIGNATURE----- | |
XXXXXX SUCCESS XXXX | |
-----END PGP SIGNATURE----- | |
ref: https://github.com/keybase/keybase-issues/issues/2798 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment