Advertisement
Guest User

Untitled

a guest
Jan 17th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. spyurk@arnet ~ $ rvm get latest
  2. Downloading https://get.rvm.io
  3. Downloading https://raw.githubusercontent.com/rvm/rvm/master/binscripts/rvm-installer.asc
  4. Verifying /home/spyurk/.rvm/archives/rvm-installer.asc
  5. gpg: Signature made Sun 30 Dec 2018 02:44:46 PM +04
  6. gpg: using RSA key 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
  7. gpg: Can't check signature: No public key
  8. Warning, RVM 1.26.0 introduces signed releases and automated check of signatures when GPG software found. Assuming you trust Michal Papis import the mpapis public key (downloading the signatures).
  9.  
  10. GPG signature verification failed for '/home/spyurk/.rvm/archives/rvm-installer' - 'https://raw.githubusercontent.com/rvm/rvm/master/binscripts/rvm-installer.asc'! Try to install GPG v2 and then fetch the public key:
  11.  
  12. gpg2 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
  13.  
  14.  
  15. or if it fails:
  16.  
  17. command curl -sSL https://rvm.io/mpapis.asc | gpg2 --import -
  18.  
  19. the key can be compared with:
  20.  
  21. https://rvm.io/mpapis.asc
  22. https://keybase.io/mpapis
  23.  
  24. NOTE: GPG version 2.1.17 have a bug which cause failures during fetching keys from remote server. Please downgrade or upgrade to newer version (if available) or use the second method described above.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement