当前位置:   article > 正文

网络原因导致git下载报错处理办法_idea集成git 提示网络问题

idea集成git 提示网络问题

如下,git clone时报错:

RPC failed; curl 18 transfer closed with outstanding read data remaining 5670 bytes of body 
are still expected fetch-pack: unexpected disconnect while reading sideband packet early EOF fetch-pack: 
invalid index-p
  • 1
  • 2
  • 3

如果排除缓存区大小的问题,可能为网络原因,需做如下设置

git config --global http.lowSpeedLimit 0
git config --global http.lowSpeedTime 999999
  • 1
  • 2

再次尝试clone,就可以了。

ps:如果是缓存区问题,做如下设置:

git config http.postBuffer 524288000
  • 1
声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号