git 生成密碼始終不成功

2021-07-03 13:50:37 字數 421 閱讀 1852

錯誤如下:

chenlili@chenlili-thinkpad-t510:~/work$ git clone ssh:

cloning into 'bluewhale'...

agent admitted failure to sign using the key.

permission denied (publickey,keyboard-interactive).

fatal: the remote end hung up unexpectedly

原因:使用ssh-agent和ssh-add管理金鑰

ssh-agent是用於管理金鑰,ssh-add用於將金鑰加入到ssh-agent中,ssh可以和ssh-agent通訊獲取金鑰,這樣就不需要使用者手工輸入密碼了。

解決:金鑰加完後輸入ssh-add即可

git金鑰驗證不成功異常

昨天我學習一下git,但是在學習的過程中,自己給自己挖了乙個坑,特意來記錄一下 這是我要向遠端倉庫上傳我的本地倉庫的 當我要push的時候,首先出現的是下面的提示是否需要重新連線,然後我按下回車鍵,然後就報這個異常了 當時我就很納悶,為什麼會發生這個異常 一開始我從暫存區 本地庫的操作的是沒有問題的...

apache啟動不成功

os 10022 提供了乙個無效的引數。child 840 setup inherited listeners wsasocket failed to open the inherited socket.解決辦法 1.用netstat a檢視80埠是否占用 2.a.網路上的芳鄰 檢視網路連線 本地連...

CocoaPods 安裝不成功

可能遇到的問題 1 source not present in cache 位址有誤 有些機器的位址沒有 https 解決方案 1 gem sources remove 2 安裝錯誤 1warning rubygems 1.2 index not foundfor 2 3 4rubygems wil...