1. 程式人生 > >RVM無法載入公鑰解決方法

RVM無法載入公鑰解決方法

一: 錯誤 :

Downloading https://github.com/rvm/rvm/archive/1.26.11.tar.gz
Downloading https://github.com/rvm/rvm/releases/download/1.26.11/1.26.11.tar.gz.asc
gpg: failed to create temporary file `/home/cky/.gnupg/.#lk0x2518060.cky-pc.29930’: 許可權不夠
gpg: 金鑰塊資源‘/home/cky/.gnupg/pubring.gpg’:常規錯誤
gpg: 於 2015年03月31日 星期二 05時52分13秒 CST 建立的簽名,使用 RSA,鑰匙號 BF04FF17
gpg: 無法檢查簽名:找不到公鑰
二 :解決方法 :
**$ curl -sSL

https://rvm.io/mpapis.asc | gpg –import -
$ gpg –keyserver hkp://http://keys.gnupg.net –recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
接下來再次執行:

% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 184 100 184 0 0 229 0 –:–:– –:–:– –:–:– 229
100 22721 100 22721 0 0 21250 0 0:00:01 0:00:01 –:–:– 6802k
Downloading
https://github.com/rvm/rvm/archive/1.26.11.tar.gz

Downloading https://github.com/rvm/rvm/releases/download/1.26.11/1.26.11.tar.gz.asc
gpg: Signature made Tue 31 Mar 2015 05:52:13 CST using RSA key ID BF04FF17
gpg: Good signature from “Michal Papis (RVM signing) [email protected]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 409B 6B17 96C2 7546 2A17 0311 3804 BB82 D39D C0E3
Subkey fingerprint: 62C9 E5F4 DA30 0D94 AC36 166B E206 C29F BF04 FF17
GPG verified ‘/home/charles/.rvm/archives/rvm-1.26.11.tgz’

Installing RVM to /home/charles/.rvm/
Adding rvm PATH line to /home/charles/.profile /home/charles/.mkshrc /home/charles/.bashrc /home/charles/.zshrc.
Adding rvm loading line to /home/charles/.profile /home/charles/.bash_profile /home/charles/.zlogin.
Installation of RVM in /home/charles/.rvm/ is almost complete:

*To start using RVM you need to run source /home/charles/.rvm/scripts/rvm
in all your open shell windows, in rare cases you need to reopen all shell windows.
# Thank you for using RVM!
# We sincerely hope that RVM helps to make your life easier and more enjoyable!!!
#
~Wayne, Michal & team.
這時我們以安裝好了RVM,接下來就可以使用RVM安裝ruby了:
~$ rvm install ruby
~$ ruby -v
ruby 2.0.0p643 (2015-02-25 revision 49749) [i686-linux]

太棒了,ruby已安裝成功,接下來可以享受ruby帶來的快樂了。

相關推薦

RVM無法載入解決方法

一: 錯誤 : Downloading https://github.com/rvm/rvm/archive/1.26.11.tar.gz… Downloading https://github.com/rvm/rvm/rel

MacOS下安裝RVM無法安裝解決辦法

在安裝RVM之前先要匯入公鑰: gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39

xamarin 編譯出現Xamarin.Build.Forms.Tasks.GetTaskAbi 無法載入的錯誤解決方法

最新升級最新的vs2017後發現編譯xamarin forms 會出現錯誤 Xamarin.Forms.Build.Tasks.GetTasksAbi task could not be loaded from the assembly C:\Repos\Project\packages\

Cocos2d-x3.0 載入Cocostudio的UI後,button無法點擊的解決方法

archive nor tar console 大小 接下來 variant set http 近期發現不少朋友都遇到這個問題,用Cocostudio的UI編輯器創建好UI後。在代碼中載入UI,然後給button(Button)加入點擊監聽事件。發現不管怎樣都點擊不了bu

Angular 一部載入資料 無法實時更新的解決方法

<div class='click_work' ng-repeat="client in clientSearch.searchClients track by $index" ng-click='setClientValue(client)'>{{client.name}}

scp ssh-copy-id 無法通過通過root 使用者傳送檔案或解決辦法

廢話不說直接解決問題 問題原因: 無法通過root使用者傳送檔案或公鑰至遠端伺服器 如下圖: 解決辦法: sudo vim /etc/ssh/sshd_config 找到  LoginGraceTime PermitRootLogin StrictModes 將以上三項改為:

StarUML: 外掛載入失敗的解決方法 (無法逆向工程)

某次在安裝並使用StarUML的時候,遇到了一個問題:在選單Tools下面死活都找不到Java的逆向工程的選單。 仔細的查看了一下,發現最下面的小視窗Output欄中有這樣的異常資訊:Failed to load the Add-in "JavaAddIn"。 一開始,先

ubuntu導入方法

target ase pla csdn dot tle lib server .com 導入公鑰的辦法: #方法1: gpg --keyserver subkeys.pgp.NET --recv 6E871C4A881574DEgpg --export --armor

WAS Server 啟動報錯無法找到秘解決辦法

webshpere報錯日誌:[7/18/17 18:04:24:582 CST] 0000000a ORBRas E com.ibm.ws.orbimpl.transport.WSTransport createServerSocket P=254162:O=0:CT ORBX0390E: Ca

箭頭函數無法使用this的解決方法

減少 原因 prototype say var cnblogs 但是 使用 itl ES6中箭頭函數 () => { } ,看到這麽簡單的寫法,我也是很喜歡用的。但是如果想在箭頭函數裏面使用this,那麽就會出現獲取不到當前對象,而是獲取到window對象。

ExtJs6編譯之後上線報錯無法查看到的解決方法

部署 壓縮 bsp ons not testing 詳細 cto 別名 最近Extjs編譯後部署遇到了一個錯誤c is not a constructor,報錯位置在app.js裏,這根本沒法找 解決方法:用命令sencha app build testing 編譯之後

MATLAB 7.0 無法卸載的解決方法

經典 win -m 一個 main tlab mage ima .com 如果在卸載Matlab時,會彈出一個Exeption calling main 的對話框,死活不讓卸, 包括用卸載工具卸載都不行。 原因是你的XP的主題和Matlab不兼容。在桌面點擊右鍵選擇屬性-

Linux虛擬機的glibc被卸載後,無法進入系統的解決方法

play xxxxxx spl mnt 強制 volume 本地 glibc nload 1. 用Linux啟動光盤或u盤引導系統,進入控制臺界面 2. 掛載glibc被卸載的硬盤,假定在/dev/sda2. 如果是LVM2的文件系統, 需要找到邏輯卷的名稱並激活;普通情

mac 打開apach 但無法訪問localhost的解決方法

art pos image div tar 無法 端口被占用 列表 afa y由於mac系統默認自帶了PHP和Apach, 所以可以通過 sudo apachectl start 直接啟動apach服務, 此時在瀏覽器輸入http://localhost,會出現It wor

wordpress無法登錄的解決方法

選擇 用戶 user 多次 post 建站 mage res pan 使用wordpress建站的朋友可能會遇到wordpress管理密碼,有時甚至是正確的密碼,但是多次嘗試輸入都無法登錄,並且輸入用戶名和輸入電子郵件都無法獲取密碼,遇到這種情況怎麽辦,本文教你如何處理。

開機時遇到grub rescue無法進入系統的解決方法

部分 element 內容 裏的 tar system linux系統 boot 寫入 裝雙系統(win10和elementary os),elementary os是ubuntu的一個分支。在win10中合並了一塊空白磁盤分區,再開機的時候出問題了。 遇到filesyst

Ubuntu-14.04. sh .py腳本雙擊無法執行問題的解決方法

get .net water ans 更新 ask 雙擊 consola mil Ubuntu-14.04中默認文件用gedit文本打開,而不是BT5裏面的默認雙擊

windows 下OPENSSL 生成秘方法

十六進制 pk8 rsa私鑰 nbsp 十六 格式 top 生成 pen 1. 生成原始 RSA私鑰文件 private_key.pem openssl genrsa -out private_key.pem 1024 2. 將原始 RSA私鑰轉換為

筆記本安裝WIN10後外接投影儀無法全屏顯示解決方法

WIN10操作步驟 右擊桌面 —〉選擇顯示屬性 —〉選擇高級顯示設置 設置分辨率與投影分辨率一樣(1024*768)3、單擊右下角的因特爾核芯顯卡圖標 —〉選擇圖形選項 —〉選擇屏幕適配 —〉選擇監視器 —〉 選擇保持顯示縮放比備註設置分辨率時需筆記本分辨率與投影儀分辨率一致。

ubuntu服務器無法運行chromedriver解決方法(轉)

class driver edr drive imp pri tle int med sudo apt-get install Xvfb sudo pip install pyvirtualdisplay from pyvirtualdisplay import