Merge pull request #28526 from akka/wip-pgp-tty-patriknw

add GPG_TTY instruction
This commit is contained in:
Patrik Nordwall 2020-02-04 14:49:24 +01:00 committed by GitHub
commit db6092c701
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,10 @@
# shell> brew install gnupg
# shell> gpg --gen-key
#
# On OS X the following should be added to ~/.bash_profile
# GPG_TTY=$(tty)
# export GPG_TTY
#
# Default values for the key type and 2048 bits is OK.
# Make sure to use the email address that you will use later to register
# with Sonatype.