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
2023-11-19 22:48:04
git pull时如果经常遇到以下错误:
由于网络条件不佳,可以换网,或者可以尝试增加配置
git config --global http.lowSpeedLimit 0
git config --global http.lowSpeedTime 999999