Advertisement
roydash

Untitled

Jan 27th, 2015
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.42 KB | None | 0 0
  1. daria@samsung-laptop:~$ gpg --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3
  2. gpg: requesting key D39DC0E3 from hkp server keys.gnupg.net
  3. ?: keys.gnupg.net: Host not found
  4. gpgkeys: HTTP fetch error 7: couldn't connect: Success
  5. gpg: no valid OpenPGP data found.
  6. gpg: Total number processed: 0
  7. daria@samsung-laptop:~$ \curl -sSL https://get.rvm.io | bash -s stable
  8. Downloading https://github.com/wayneeseguin/rvm/archive/1.26.9.tar.gz
  9. Downloading https://github.com/wayneeseguin/rvm/releases/download/1.26.9/1.26.9.tar.gz.asc
  10. gpg: Signature made Ср. 07 янв. 2015 14:55:10 MSK using RSA key ID BF04FF17
  11. gpg: Can't check signature: No public key
  12. Warning, RVM 1.26.0 introduces signed releases and automated check of signatures when GPG software found.
  13. Assuming you trust Michal Papis import the mpapis public key (downloading the signatures).
  14.  
  15. GPG signature verification failed for '/home/daria/.rvm/archives/rvm-1.26.9.tgz' - 'https://github.com/wayneeseguin/rvm/releases/download/1.26.9/1.26.9.tar.gz.asc'!
  16. try downloading the signatures:
  17.  
  18.     gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
  19.  
  20. or if it fails:
  21.  
  22.     command curl -sSL https://rvm.io/mpapis.asc | gpg2 --import -
  23.  
  24. the key can be compared with:
  25.  
  26.     https://rvm.io/mpapis.asc
  27.     https://keybase.io/mpapis
  28.  
  29. daria@samsung-laptop:~$ rvm
  30. No command 'rvm' found, but there are 20 similar ones
  31. rvm: command not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement