前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >RPC failed; curl 56 SSLRead() return error

RPC failed; curl 56 SSLRead() return error

作者头像
一个会写诗的程序员
发布2018-12-25 11:48:31
1.4K0
发布2018-12-25 11:48:31
举报

RPC failed; curl 56 SSLRead() return error

Symptoms During a clone or fetch, Git fails with the following error:

git clone http://stash.company.com:7990/scm/proj/repo.git fatal: early EOF fatal: The remote end hung up unexpectedly fatal: index-pack failed error: RPC failed; result=56, HTTP code = 200 Completed with errors, see above. Diagnosis Temporarily disable any firewall or anti-virus software and attempt the clone again.

To turn on Git debug logging, before pushing using the command line, proceed like this for different OS:

On Linux Execute the following in the command line before executing the Git command:

export GIT_TRACE_PACKET=1 export GIT_TRACE=1 export GIT_CURL_VERBOSE=1 On Windows

Execute the following in the command line before executing the Git command:

set GIT_TRACE_PACKET=1 set GIT_TRACE=1 set GIT_CURL_VERBOSE=1 Cause Issue #1:

Error code 56 indicates a curl receive error of CURLE_RECV_ERROR which means there was some issue that prevented the data from being received during the clone process. Typically this is caused by a network setting, firewall, V** client, or anti-virus that is terminating the connection before all data has been transferred.

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2018.12.11 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档