Incorrect numerical configuration value when using git clone

Whenever I use git clone, I get this message. What should I do?

fatal: bad numeric config value '5242880000' for 'http.postbuffer': out of range
+4
source share
1 answer

Find git config --edit --globaland --system, to find this value, then delete a few zeros.

+9
source

Source: https://habr.com/ru/post/1622125/


All Articles