【问题标题】:Internal error: github.com[0: 192.30.252.130]: errno=No error fatal: unable to connect a socket (No error)内部错误:github.com[0: 192.30.252.130]: errno=No error fatal: 无法连接套接字(无错误)
【发布时间】:2013-10-06 01:03:38
【问题描述】:

在整个编码过程中,我几乎是新手(菜鸟)。但是我的 Eclipse 使用 aptana studio 插件运行。我打开一个新的 Web 项目,然后单击“HTML5 Boilerplate”选项,在创建项目时,收到以下错误消息: 内部错误:

github.com[0: 192.30.252.130]: errno=没有错误 致命:无法连接套接字(无错误)

当我在“详细信息”上单击 eclipse“出现问题”提示时 我不确定如何解决这个问题。如果这是一个可能的解决方案,我已经在 eclipse 和所有东西上安装了 git 插件。

【问题讨论】:

    标签: eclipse github aptana


    【解决方案1】:

    这解决了我的问题.... 使用 git:// 地址绕过 git,强制他们使用 https://

    git config --global url."https://".insteadOf git://

    要将设置恢复为 git 端口,请使用以下命令

    git config --global --unset url."https://".insteadOf

    【讨论】:

      【解决方案2】:

      这取决于 HTML5 样板代码库的 GitHub 网址。

      但是如果你在防火墙后面,很可能 url 是一个 ssh 的,并且 ssh 被阻止了。
      如果您无法控制上述网址,也无法change it to an https one,您仍然可以尝试手动下载和安装,as in this answer。

      【讨论】:

        猜你喜欢
        • 2013-04-16
        • 1970-01-01
        • 2011-07-03
        • 1970-01-01
        • 2022-07-03
        • 2012-07-24
        • 1970-01-01
        • 2016-01-31
        • 2013-12-19
        相关资源
        最近更新 更多