gpt4 book ai didi

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

转载 作者:行者123 更新时间:2023-12-03 23:54:55 24 4
gpt4 key购买 nike

几个月来,我一直在使用 Gitlab 没有问题。
但是,从昨天开始,我再也无法从 Eclipse IDE 中“访问”(获取、推送……)Gitlab。

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

我收到以下错误消息:

https://gitlab.com/XXX/XXX.git: 
cannot open git-upload-pack
cannot open git-upload-pack

看着我的 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

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

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

最佳答案

我在另一个 Gitlab 服务器上遇到了类似的错误。我深入研究并发现服务器上所有可用的密码至少为 256 位。标准 Oracle Java 附带加密,某些算法限制为 128 位。安装后unlimited strength crypto package从 Oracle 中,问题消失了。

差点忘了,无限力量套餐只在美国合法使用。如果您不在美国,那么我认为 OpenJDK 会起作用。

关于eclipse - Gitlab 无法打开 git-upload-pack 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26066993/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com