79372624

Date: 2025-01-20 20:58:49
Score: 0.5
Natty:
Report link

If you are working with large repositories or commits containing large files, the git push command may fail because the default buffer (1 MB) is too small.

git config --global http.postBuffer 524288000
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: dubinsky