git 推送错误 : Server aborted the SSL handshake

标签 git google-app-engine

我已经能够使用我的应用程序引擎项目进行推送部署已有一段时间了。最新推送是 3 天前。没问题。

今天,我收到错误:

fatal: unable to access '[repo_url]': Server aborted the SSL handshake

有什么想法吗?

最佳答案

尝试在用户设置中使用 http.sslVerify=false

如果你用的是eclipse 查找

Window-->Preferences-->Git-->Configuration-->User Settings
-->http.sslVerify(Key)=false(value).

如果有效,即您的 Ssl 证书已过期。

关于git 推送错误 : Server aborted the SSL handshake,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27789245/

相关文章:

typescript - 如何组织一个项目来共享代码?

java - 使用 gradle 构建 JAR 并部署它的最佳实践 - 使用 Jenkins

java - 在 Google App Engine 上返回空列表在开发服务器上和部署时的行为有所不同

java - 谷歌应用程序引擎 JSP

git - 添加环境变量以提交消息

git - 我应该如何更正 pull 请求?

git - 在自定义位置设置 .git 文件夹

python - 谷歌appengine python 调试器

google-app-engine - 应用程序错误: Bad response: 404 Not Found (not 200 OK

php - 如何构建 app.yaml 文件?