Git SSH错误:“连接到主机:错误的文件号”

我按照git指南但在尝试连接到github时遇到了这个奇怪的问题:


$ ssh -v git@github.com

OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007

debug1: Reading configuration data /c/Documents and Settings/mugues/.ssh/config

debug1: Applying options for github.com

debug1: Connecting to github.com [207.97.227.239] port 22.

debug1: connect to address 207.97.227.239 port 22: Attempt to connect timed out without establishing a connection

ssh: connect to host github.com port 22: Bad file number

这是我在.ssh下的配置文件


Host github.com

    User git

    Hostname github.com

    PreferredAuthentications publickey

    IdentityFile "C:\Documents and Settings\mugues\.ssh\id_rsa"

    TCPKeepAlive yes

    IdentitiesOnly yes

任何想法?


MYYA
浏览 793回答 3
3回答

长风秋雁

我发现,当你的连接很差时会发生这种情况。几分钟前,当我推送到我的仓库时,它已经有了它,它一直在失败,一段时间后,连接断开了。在它恢复后,推动立即通过。我相信这可能是由于你身边或他们的连接断开造成的。
打开App,查看更多内容
随时随地看视频慕课网APP