Page 1 of 1

Hang when pushing to remote git repository (bitbucket)

Posted: Mon Aug 27, 2018 4:56 pm
by lorynj
Hi

I've been operating with my project bound to a remote git source control server for months. Every few days I push all the changes to the git (bitbucket) server.

This morning when I went to push the changes, the process stalled at:

Pushing local changes to remote...
Pushed 12 bytes.
Push to git server stalled.png
In the past it has always very snappily moved past this point. Yet this morning on multiple attempts it has stalled at this point.

Any idea what might be wrong and what steps I might need to take to fix it?

Re: Hang when pushing to remote git repository (bitbucket)

Posted: Mon Aug 27, 2018 5:15 pm
by lorynj
Ooh, I guess I must've been impatient previously. After waiting for a much longer time, the operation finished with this error.

Code: Select all

Pushing local changes to remote...
Pushed 12 bytes.
Error occurred in LibGit2Sharp : Request failed with status code: 504

The source control operation finished with warnings and/or errors. Press Close when you are done reviewing the messages.

Any idea what might be needed to investigate or resolve this issue further?

Re: Hang when pushing to remote git repository (bitbucket)

Posted: Mon Aug 27, 2018 5:43 pm
by Psider
I think I saw someone post a similar message but possibly a different error code recently. And I think someone else replied that it was an http error code. If that's true, it might be a server somewhere is not getting/giving a timely response for some reason? (sorry, can't be more helpful, but maybe it will help your tech support?)
https://stackoverflow.com/questions/261 ... status-504

Re: Hang when pushing to remote git repository (bitbucket)

Posted: Wed Aug 29, 2018 4:15 pm
by lorynj
Thanks Psider

You're right about it being an HTTP error code. Evidently, there was a (temporary) server problem of some sort within Bitbucket. The following day it worked fine.