Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bitbucket: HTTP/2 stream 5 was not closed cleanly before end of the underlying stream [closed]

Tags:

git

bitbucket

When trying to push to git using: git push, I all of a sudden get the following error message:

fatal: unable to access 'https://bitbucket.org/mopla-solutions/mopla-server.git/': HTTP/2 stream 5 was not closed cleanly before end of the underlying stream

I tried the following things recommended in various SO answers and other sites:

  • changing to another network (mobile hotspot)
  • setting git config: git config --global http.version HTTP/1.1 and git config --global http.postBuffer 524288000

But so far, nothing helped. Is there any other way I can debug this issue?

UPDATE: Bitbucket has resolved this issue - everything is working normally now.

like image 205
Florian Baierl Avatar asked Sep 10 '25 18:09

Florian Baierl


2 Answers

The bitbucket API is experiencing a partial outage. Track on their status page https://bitbucket.status.atlassian.com/incidents/3308g2hlkfsx

like image 141
Ankit Bansal Avatar answered Sep 12 '25 08:09

Ankit Bansal


It's a bitbucket system error you have to wait until they fix it

like image 26
Rinos Avatar answered Sep 12 '25 07:09

Rinos