2016-11-09 178 views
0

我們正在使用格里特的混帳repos.I我試圖把現有的項目進入一個新的倉庫(數據大小:264MB)。我跟着下面的步驟:Git推送失敗:RPC失敗;結果= 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 

編輯:我們試圖混帳配置http.postBuffer 524288000來解決問題,但我們得到了同樣的錯誤

+0

分辨率在這裏 - https://confluence.atlassian.com/stashkb/git-push-fails-fatal-the-remote-end-hung-up-unexpectedly-282988530.html –

回答

相關問題