我从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版本/供应商问题吗?