While trying to push changes to a feature branch there is always an error
used git config --global http.postBuffer 524288000 and that didn't solve the problem either.
Can someone help me?
Hi @dkshitiz,
Welcome to the Community!
There are a few things you can do to try and help resolve this type of issue.
One would be to try raising the http.postBuffer a little bit further:
git config --global http.postBuffer 1048576000
Another option if it is possible for you would be to switch away from using https and use an ssh connection to git instead.
Instructions for that can be found here: https://confluence.atlassian.com/bitbucket/set-up-an-ssh-key-728138079.html
I have also seen others suggest using OpenSSL instead of GnuTLS.
I hope one of those options helps you resolve your issue!
-James
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.