Hi team,
Before yesterday, this issue comes suddenly.
When i push files as usual, this error will be showed always, but i can pull updates from my colleagues. Is it an issue from my account setting or something?
Thank you for your support~
Try increasing your buffer in your project with the following command:
`git config http.postBuffer 524288000`
This will set it to 500MB.
It works. Many thanks for the prompt reply~~
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was getting the same error. This solution worked for me as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I got the same error. And I use this to fix on Mac Terminal
git config --global http.postBuffer 157286400
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was getting the same error. This solution worked for me as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.