我从 Gitblit 1.3.2 升级到 1.5.0,默认使用 SSL。尝试使用 Eclipse + EGit 从远程获取会弹出错误对话框:
com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl cannot be cast to javax.net.ssl.HttpsURLConnection
设置以下内容后,我可以从终端克隆:
git config http.sslVerify false
git config --unset http.proxy
git config --unset https.proxy
我已经设置了 Window->Preferences->General->Network 以绕过代理到服务器,但尝试在 Eclipse 中访问远程时仍然出现错误。
这是 JVM 版本/供应商问题吗?