git push
時出現的錯誤:RPC failed; result=22, HTTP code = 411 fatal: The remote end hung up unexpectedly
git
error: RPC failed; result=22, HTTP code = 411 fatal: The remote end hung up unexpectedly Everything up-to-date
查了一下就是因爲緣由:默認 Git
設置 http post
的緩存爲 1MB
,上述代碼將其設置爲 500MB
~緩存
這樣的話首先改一下Git
的傳輸字節限制~bash
$ git config http.postBuffer 524288000