当前位置:   article > 正文

git clone 出现"error: RPC failed; curl 56 GnuTLS recv error (-9): A TLS packet with unexpected length ...

error: rpc failed; curl 56 gnutls recv error (-9): a tls packet with unexpec

1. 最近用git pull几个大项目,总是出现如下错误:

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

2. 按照网上的方法,还是存在问题。

  1. // 配置代理
  2. git config --global http.proxy socks5://127.0.0.1:1081
  3. git config --global https.proxy socks5://127.0.0.1:1081
  4. // 增大缓存
  5. git config --global http.postBuffer 1048576000

3. 最终增加如下操作,解决问题。

  1. // 把这个值改大点,完美解决,默认的是1500.
  2. ifconfig eth0 mtu 14000
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/不正经/article/detail/404422
推荐阅读
相关标签
  

闽ICP备14008679号