Push Error: RPC failed; result=22, HTTP code = 413

Материал из support.qbpro.ru

* Ошибка:

Push Error: RPC failed; result=22, HTTP code = 413
...
error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413
send-pack: unexpected disconnect while reading sideband packet
Запись объектов: 100% (12700/12700), 184.13 MiB | 3.69 MiB/s, готово.
Total 12700 (delta 1633), reused 12700 (delta 1633), pack-reused 0
fatal: the remote end hung up unexpectedly
Everything up-to-date
...

* Решение для nginx:

Just load your nginx.conf and add 
client_max_body_size 50m; ( changing the value to your needs ) in the http block.

Reload nginx to accept the new config by executing sudo service nginx reload and try again to push your commit over http.