Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Git push Origin is not working

dkshitiz
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 27, 2019

While trying to push changes to a feature branch there is always an error 

Screenshot at 12-49-21.png

used git config --global http.postBuffer 524288000 and that didn't solve the problem either. 

Can someone help me?

1 answer

1 vote
Jimmy Seddon
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 27, 2019

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events