0

Before this issue Git is working perfectly with Command line and Android Studio. But after run this git config --global http.postBuffer client_max_body_size command its stopped working and send me below error. For this command I have followed this answer of SO.

bad numeric config value 'client_max_body_size' for 'http.hostBuffer:' invalid unit

I have checked Question 1, Question 2, Question 3 and some other questions. I have tried to uninstall Git setup and reinstall again also but then also its not working. My system is Window 10.

When I try to clone the project it is show me as below. enter image description here

I have checked questions'answer and tried to fixed but not getting solution. Let me know where and how I can fix this.

Farmer
  • 4,093
  • 3
  • 23
  • 47
  • Where do you see `client_max_body_size` in the linked answer? The linked answer shows how to write the command correctly. – phd Jan 17 '20 at 15:31
  • @phd I see that kind of option in bitbucket forms. But there only description not specified that how to write that command. Its happen because I have used string value instead of numeric value. I got the solution by `edit` command. For check this https://stackoverflow.com/a/34516755/5815673 – Farmer Jan 18 '20 at 05:57

0 Answers0