First, increase maximum size in bytes of the buffer used by smart HTTP transports when POSTing data to the remote system. Second, adjust Git timeout settings to let Git be more patient with slow connections
git config --global http.postBuffer 1048576000
git config --global http.lowSpeedLimit 1000
git config --global http.lowSpeedTime 20
Git
Written on
February
2nd
,
2026
by
Borting