【原创】大叔经验分享(131)git pull失败

git pull时如果经常遇到以下错误:

  • Encountered end of file
  • fatal: The remote end hung up unexpectedly

由于网络条件不佳,可以换网,或者可以尝试增加配置

git config --global http.lowSpeedLimit 0
git config --global http.lowSpeedTime 999999

上一篇:Maven下载教程及环境配置


下一篇:Windows下Jmeter安装配置