Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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
like image 908
Uro Avatar asked Mar 08 '10 07:03

Uro


1 Answers

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

like image 159
Johannes Rudolph Avatar answered Oct 12 '22 21:10

Johannes Rudolph