2016-11-09 30 views
0

は、新しいリポジトリ(データサイズ:264メガバイト)に既存のプロジェクトをプッシュしようとしています.Iは、以下の手順に従っ:Git push failed:RPCに失敗しました。結果は=私たちは、Gitのrepos.Iのためのヘリットを使用している22、HTTPコード= 413

>cd <project/path> 
>git init 
>git remote add origin ssh://<user>@xxxxx:29418/<project> 
>git branch --set-upstream-to=origin/master master 
>git push --all 

しかし、 、それは

C:\xxxxxxxx>git push --all 
Counting objects: 14174, done. 
Delta compression using up to 8 threads. 
Compressing objects: 100% (13610/13610), done. 
error: RPC failed; HTTP 411 curl 22 The requested URL returned error: 411 Length 
Required 
fatal: The remote end hung up unexpectedly 
Writing objects: 100% (14174/14174), 39.95 MiB | 2.65 MiB/s, done. 
Total 14174 (delta 3464), reused 0 (delta 0) 
fatal: The remote end hung up unexpectedly 
Everything up-to-date 

Gitのプッシュで私にEDITをエラーを与えている:我々は問題を解決するためにgitの設定http.postBuffer 524288000を試してみましたが、我々は

+0

ここ解像度 - https://confluence.atlassian.com/stashkb/git-push-fails-fatal-the-remote-end-hung-up-unexpectedly-282988530.html –

答えて

関連する問題