これは私が今日10回試みたが成功しなかったことです:
- 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
誰かがこの問題に遭遇しますか、どんな解決策もありがたいです