Eclipse Luna git checkout ssl失败

时间:2014-07-03 10:06:27

标签: eclipse git m2eclipse jgit

当我尝试在日食Luna中从git结帐时,它说

git@-myrepo:myproj-.git: ProxyHTTP: java.io.IOException: proxy error: Proxy Error ( The specified Secure Sockets Layer (SSL) port is not allowed. Forefront TMG is not configured to allow SSL requests from this port. Most Web browsers use port 443 for SSL requests.  )
git@-myrepo:myproj-.git: ProxyHTTP: java.io.IOException: proxy error: Proxy Error ( The specified Secure Sockets Layer (SSL) port is not allowed. Forefront TMG is not configured to allow SSL requests from this port. Most Web browsers use port 443 for SSL requests.  )
  • 我是代理人。所有http / https的端口都是8080。
  • 我在Java8上
  • 还配置了-Djava.net.preferIPv4Stack=true

从命令行一切正常。 默认情况下,eclipse会读取IE /系统代理设置。我保持不变。

更新:问题已解决。为我们的git repo绕过代理就可以了。

1 个答案:

答案 0 :(得分:0)

正如错误消息所示,Eclipse连接到错误端口上的代理。软件可以告诉您哪个端口,但尝试将Eclipse的首选项中的HTTPS代理设置设置为443(如错误消息中所述)。

或与您的系统管理员联系,询问如何配置HTTPS的代理设置。