Skip to content

Instantly share code, notes, and snippets.

@ivanstnsk
Created February 1, 2018 00:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivanstnsk/0a5d8d537b8c71ddfd44786aa89d7bca to your computer and use it in GitHub Desktop.
Save ivanstnsk/0a5d8d537b8c71ddfd44786aa89d7bca to your computer and use it in GitHub Desktop.
GPG: Invalid option "--full-gen-key" fix
Change:
gpg --full-gen-key
With:
gpg --gen-key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment