这是我今天尝试做十次但没有成功的事情:
- 使用 ssh-keygen 创建密钥。
- 使用 Gedit 或 Notepad++ 打开 ~/.ssh/id_rsa.pub 并复制内容。
- 转到 github.com 上的帐户设置
- 转到 SSH 密钥
- 单击添加密钥按钮。
- 给钥匙一个标题
- 将密钥粘贴到密钥框中。
- 保存密钥(输入我的 github 密码进行验证)。
然后,我在 cygwin 中运行 '$ ssh -vT git@github.com',但它总是挂在那里。这是输出:
$ ssh -vT git@github.com
OpenSSH_6.0p1, OpenSSL 1.0.1c 10 May 2012
debug1: Reading configuration data /home/eason.wu/.ssh/config
debug1: /home/eason.wu/.ssh/config line 1: Applying options for github.com
debug1: Reading configuration data /etc/ssh_config
debug1: Connecting to github.com [207.97.227.239] port 22.
debug1: Connection established.
debug1: identity file /home/eason.wu/.ssh/id_rsa type 1
debug1: identity file /home/eason.wu/.ssh/id_rsa-cert type -1
有没有人遇到这个问题,任何解决方案将不胜感激