当前位置:   article > 正文

Repo之解决GnuTLS recv error (-9): Error decoding the received TLS packet(二十九)_error decoding the received tls packet.

error decoding the received tls packet.

Repo之解决GnuTLS recv error (-9): Error decoding the received TLS packet 

  1. 1.解决
  2. # sudo apt install gnutls-bin
  3. # git config --global http.sslVerify false
  4. # git config --global http.postBuffer 1048576000 //增加至1GB缓存
  5. //设置git最小和最大下载速度
  6. # git config --global http.lowSpeedLimit 0
  7. # git config --global http.lowSpeedTime 999999
  8. //以下步骤大大加快git下载速度
  9. # git config --global core.compression -1
  10. # export GIT_TRACE_PACKET=1
  11. # export GIT_TRACE=1
  12. # export GIT_CURL_VERBOSE=1
  13. # sudo ifconfig eth0 mtu 14000

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

闽ICP备14008679号