79202275

Date: 2024-11-19 06:29:49
Score: 1.5
Natty:
Report link

Try to set git configuration to handle large files or shallow clone to reduce data transfer:

git config --global http.postBuffer 524288000
git config --global core.compression 0

or

git pull --depth 1

Thx

Reasons:
  • Blacklisted phrase (1): Thx
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Steven