79238947

Date: 2024-11-30 06:41:14
Score: 0.5
Natty:
Report link

I tried every solution mentioned here but nothing worked. But what worked for me was that I did the following git configurations Fire these commands from project terminal

git config --global http.lowSpeedLimit 60
git config --global http.lowSpeedTime 99999999
git config --global http.postBuffer 524288000

if I list my git config list it looks like below

git config --global --list 

I hope this will work for you as well.

Reasons:
  • Blacklisted phrase (1): but nothing work
  • Whitelisted phrase (-1): worked for me
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Inzimam Bhatti