2013-09-26 91 views
1

我在創建一個密鑰後,按照在this one,, 等許多文檔中給出的步驟進行了操作,並將其粘貼到我的GITHUB帳戶>帳戶設置> SSH密鑰中。 當我添加它時,它顯示一條消息:「密鑰無效」。如何通過putty連接GitHub

+0

那你貼,你的公共或私有密鑰?你有沒有粘貼密鑰的確切內容? – CharlesB

+0

另外它最好使用https遠程的GitHub遠程,請參閱[本文](https://help.github.com/articles/which-remote-url-should-i-use#https-read-only-and- readwrite --- https) – CharlesB

+0

我粘貼了公鑰 – user2678110

回答

1

我真的不鏈接,其中提到的教程部分:

Save the private key somewhere with a passphrase and then copy the public key text to the clipboard.

「的地方」? ssh密鑰必須保存在%HOME%\.ssh
(注:%HOME%不存在於Windows,並默認爲%USERPROFILE%

確保有你的公鑰和私鑰保存在:

%USERPROFILE%\.ssh\id_rsa 
%USERPROFILE%\.ssh\id_rsa.pub 
set HOME=%USERPROFILE% 
plink [email protected]