gpg: signing failed: Inappropriate ioctl for device macOS
❱ 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 |
This comment has been minimized.
This comment has been minimized.
Worked for me too - thanks heaps! |
This comment has been minimized.
This comment has been minimized.
Thanks, this really cleared the problem out for me! |
This comment has been minimized.
This comment has been minimized.
It is more convenient to add sodo vi ~/.zshrc Thank you very much. |
This comment has been minimized.
This comment has been minimized.
Very helpful. Solved the problem of not being able to publish to Maven Central when attempting to follow these instructions: https://dzone.com/articles/publish-your-artifacts-to-maven-central |
This comment has been minimized.
This comment has been minimized.
Works on Windows10 using Ubuntu as well |
This comment has been minimized.
This comment has been minimized.
Really works for me and thank you. |
This comment has been minimized.
This comment has been minimized.
thanks dude |
This comment has been minimized.
This comment has been minimized.
It works! Many thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
It really works and solves the problem thank you :)