相关疑难解决方法(0)

Gitlab无法打开git-upload-pack错误

我几个月来一直在使用Gitlab而没有问题.但是,从昨天开始,我不能再从Eclipse IDE"到达"(获取,推送,...)Gitlab.

无论我是在我的公司工作(可能是代理问题)还是在家里工作.

我收到以下错误消息:

https://gitlab.com/XXX/XXX.git: 
    cannot open git-upload-pack
    cannot open git-upload-pack
Run Code Online (Sandbox Code Playgroud)

看看我的Eclipse .log,原因是:

Caused by: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
    at sun.security.ssl.Alerts.getSSLException(Unknown Source)
    at sun.security.ssl.Alerts.getSSLException(Unknown Source)
    at sun.security.ssl.SSLSocketImpl.recvAlert(Unknown Source)
    at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
    at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
    at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
    at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
    at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    at java.net.HttpURLConnection.getResponseCode(Unknown Source)
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown Source)
    at org.eclipse.jgit.transport.http.JDKHttpConnection.getResponseCode(JDKHttpConnection.java:98)
    at org.eclipse.jgit.util.HttpSupport.response(HttpSupport.java:168)
    at org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:460)
    ... 10 more
Run Code Online (Sandbox Code Playgroud)

添加http.sslVerify=false我的Eclipse/Git配置没有帮助...

知道为什么会(突然)发生这种情况吗?

eclipse egit gitlab

13
推荐指数
1
解决办法
2万
查看次数

标签 统计

eclipse ×1

egit ×1

gitlab ×1