git 报错Encountered end of file

最近服务器老遇到这问题整体来说就是网络不行之类的因素。

1. Encountered end of file
git config --global http.lowSpeedLimit 0
git config --global http.lowSpeedTime 999999
2. connection to github.com:443
git config --global --unset http.proxy
#如果是https设置为
git config --global --unset https.proxy

你可能感兴趣的:(JavaScript,git,服务器,github)