Push to a Mercurial repository (bitbucket) produces "Request Entity Too Large"?

bitbucket, mercurial

Solution

Consider asking this the bitbucket team. In the meanwhile you could try using ssh access instead of http.

Problem

What does it mean when you try to push to a Mercurial repository on Bitbucket and it produces the response: ``` abort: HTTP Error 413: Request Entity Too Large ```

Original source