79516078

Date: 2025-03-18 01:35:32
Score: 0.5
Natty:
Report link

Problem looks like an http error, network interruptions, maybe you're using a proxy, vpn, or similar?

Also, are you using the latest version of git?

if the problem persists, you could try to increase the number of bytes Git will buffer

git config --global http.bufferSize 524288000

and increase limits

git config --global http.lowSpeedLimit 1000
git config --global http.lowSpeedTime 600
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Mohamed Auf