Git PUSH results in RPC failed, result=22, HTTP code = 413

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

An attempt to push to a Fisheye/Crucible managed repository results in the following error:

HTTP Status Code 413 (413 Request Entity Too Large)

例:

$ git push origin master
 Username: 
 Password: 
 Counting objects: 4372, done.
 Delta compression using up to 8 threads.
 Compressing objects: 100% (4274/4274), done.
 error: RPC failed; result=22, HTTP code = 413
 Writing objects: 100% (4372/4372), 89.62 MiB | 19.17 MiB/s, done.
 Total 4372 (delta 2630), reused 0 (delta 0)
 fatal: The remote end hung up unexpectedly

原因

The default file post size has been exceeded.

ソリューション

(via the FISHEYE_OPTS environment variable)

-Dorg.eclipse.jetty.server.Request.maxFormContentSize=300000000

 

Git PUSH results in RPC failed, result=22, HTTP code = 411

最終更新日 2018 年 7 月 31 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.