My git
client repeatedly fails with the following error after trying to clone the repository for some time.
What could be the issue here?
For shared bandwidth try to clone when load is less. Otherwise, try with a high speed connection. If still does not work, please use below command,
git config --global http.postBuffer 2048M
git config --global http.maxRequestBuffer 1024M
git config --global core.compression 9
git config --global ssh.postBuffer 2048M
git config --global ssh.maxRequestBuffer 1024M
git config --global pack.windowMemory 256m
git config --global pack.packSizeLimit 256m
And try to clone again. You might need to change those settings according to your available memory size.