Skip to content

Instantly share code, notes, and snippets.

@hsuh
Created March 1, 2015 19:42
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 hsuh/84c8e509170849631a8d to your computer and use it in GitHub Desktop.
Save hsuh/84c8e509170849631a8d to your computer and use it in GitHub Desktop.
Solving GPG Key error for RVM installation
rm -rf ~/.gnupg/
curl -#LO https://rvm.io/mpapis.asc
gpg --import mpapis.asc
\curl -sSL https://get.rvm.io | bash -s stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment