79246569

Date: 2024-12-03 07:09:48
Score: 3
Natty:
Report link

I am also facing the same issue, In which i was trying to fetch using

git fetch

But Getting this, **remote: Enumerating objects: 12246, done. remote: Counting objects: 100% (18/18), done. remote: Compressing objects: 100% (15/15), done. error: 23837 bytes of body are still expected1 MiB | 8.14 MiB/s ** So How I resolved this,

  1. Step 1:

git config --global http.postBuffer 524288000
git config --global http.maxRequests 100
git config --global core.compression
git config --global http.lowSpeedLimit 0
git config --global http.lowSpeedTime 999

  1. Step 2:

enter image description here

Now you can check the remote branches. These above Steps will help you to resolved yours.

Reasons:
  • Blacklisted phrase (1): I am also facing the same issue
  • Whitelisted phrase (-2): I resolved
  • No code block (0.5):
  • Me too answer (2.5): I am also facing the same issue
  • Low reputation (1):
Posted by: Abinash Gadsara