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的配置,我已经完成了步骤
1.) 创建新的 SSH 密钥 2.) 输入我的 id_rsa.pub 密钥并添加密钥
但是在测试的测试阶段,我进入后
用户$ ssh -T git@github.com
一个新窗口(终端外)打开询问:输入您的密码“id_rsa”。我在哪里可以找到这个密码。仅供参考,我使用的是 Mac OS 10.5.8
即使在我进入之后:
用户$ ssh -vT git@github.com
打开相同的新窗口,要求输入“id_rsa”密码。
请帮忙。
在步骤 1) 中创建 ssh 密钥时,请确保没有输入密码。否则设置会更加复杂,因为您需要使用 ssh-agent 之类的东西自动为您输入密码。