Reputation: 5839
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
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