Chris Meek
Chris Meek

Reputation: 5839

Bitbucket 502 on Push

I have a mercurial repository which halfway trough a 93meg push to bitbucket suddenly stops with a 502 bad gateway error.

IS there anyway I can get some more diagnostic information. This has had me stumped for days!

Upvotes: 1

Views: 933

Answers (1)

Andrew Huey
Andrew Huey

Reputation: 852

This isn't a great answer, but switching from HTTP to SSH might solve your problem. (It did for me.)

See here for instructions: https://confluence.atlassian.com/bitbucket/set-up-an-ssh-key-728138079.html

Upvotes: 2

Related Questions