The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Jimmy Seddon
Community Champion
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

TAGS
AUG Leaders

Atlassian Community Events