git clone失败详解程序员

错误内容:

error: RPC failed; curl 56 GnuTLS recv error (-9): A TLS packet with unexpected length was received.

原因探讨:出现此问题原因 http缓存不够或者网络不稳定等。

解决方案:

1、查看当前配置命令

  git config -l

2、httpBuffer加大    

git config –global http.postBuffer 524288000

3、压缩配置

git config –global core.compression -1    

4、修改配置文件

export GIT_TRACE_PACKET=1

export GIT_TRACE=1

export GIT_CURL_VERBOSE=1

原创文章,作者:Maggie-Hunter,如若转载,请注明出处:https://blog.ytso.com/2713.html

(0)
上一篇 2021年7月16日
下一篇 2021年7月16日

相关推荐

发表回复

登录后才能评论