Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在创建密钥后,我已经按照许多文档中给出的步骤进行操作,我将其粘贴到我的 GITHUB 帐户>帐户设置>SSH 密钥中。当我在那里添加它时,它会显示一条消息:“密钥无效”。
我真的没有链接提到的教程部分:
使用密码将私钥保存在某处,然后将公钥文本复制到剪贴板。
“某处”?ssh 密钥必须保存在%HOME%\.ssh. (注:%HOME%windows 中不存在,默认为%USERPROFILE%)
%HOME%\.ssh
%HOME%
%USERPROFILE%
确保将您的公钥和私钥保存在:
%USERPROFILE%\.ssh\id_rsa %USERPROFILE%\.ssh\id_rsa.pub set HOME=%USERPROFILE% plink git@github.com