Skip to content

Instantly share code, notes, and snippets.

@samgooi4189
Created October 1, 2018 10:44
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 samgooi4189/f779a95b5d4a8ce6fc7b8d0c87c0cd2d to your computer and use it in GitHub Desktop.
Save samgooi4189/f779a95b5d4a8ce6fc7b8d0c87c0cd2d to your computer and use it in GitHub Desktop.
getting public key from rvm
On the official rvm website,
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
Sometimes it will fails due to firewall, so you need to add port 80 at the end of url
gpg --keyserver hkp://keys.gnupg.net:80 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment