当前位置:   article > 正文

使用git clone 报错:error: RPC failed; curl 56 OpenSSL SSL_read: SSL_EfRROR_SYSCALL。_error: rpc failed; curl 56 http/2 stream 5 was res

error: rpc failed; curl 56 http/2 stream 5 was reset

完整的解决过程。
在这里插入图片描述

具体细分每一步:
在这里插入图片描述
1.输入代码:

git config http.sslVerify "false" 
  • 1

继续报错:在这里插入图片描述2.输入代码:

git init
  • 1

3.再次执行:

git config http.sslVerify "false" 
  • 1

问题解决,若继续报错为:
在这里插入图片描述
4.继续输入代码为:

//取消http代理
git config --global --unset http.proxy
//取消https代理 
git config --global --unset https.proxy
  • 1
  • 2
  • 3
  • 4

在这里插入图片描述
问题解决。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/很楠不爱3/article/detail/474516
推荐阅读
相关标签
  

闽ICP备14008679号