当前位置:   article > 正文

解决git clone 完成后提示'error: RPC failed; curl 56 GnuTLS recv error (-9)'_rpc failed; curl 56 gnutls recv error (-9): error

rpc failed; curl 56 gnutls recv error (-9): error decoding the received tls

错误提示

remote: Enumerating objects: 9817, done.
error: RPC failed; curl 56 GnuTLS recv error (-9): A TLS packet with unexpected length was received.
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
  • 1
  • 2
  • 3
  • 4
  • 5

解决方法

apt-get install gnutls-bin
git config --global http.sslVerify false
git config --global http.postBuffer 1048576000
  • 1
  • 2
  • 3
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/不正经/article/detail/404404
推荐阅读
相关标签
  

闽ICP备14008679号