雖然做GIT中推,我收到此錯誤:Git推送錯誤:RPC失敗;結果= 56,HTTP代碼= 200致命:遠程端掛了出乎意料致命
Username for 'https://github.com': Newbie
Password for 'https://[email protected]':
Counting objects: 11507, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (8210/8210), done.
Writing objects: 100% (11506/11506), 21.75 MiB | 0 bytes/s, done.
Total 11506 (delta 2213), reused 11504 (delta 2211)
efrror: RPC failed; result=56, HTTP code = 200
atal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date
我還試圖這樣做的:混帳配置http.postBuffer 524288000,但仍錯誤.. 也試過:git config --global http.postBuffer 2M引用git push error: RPC failed; result=56, HTTP code = 0
請任何人都可以幫我解決這個問題嗎?
我有完全相同的錯誤。通過使用GIT_CURL_VERBOSE = 1我得到了以下額外的細節:SSL讀取:錯誤:00000000:lib(0):func(0):reason(0),errno 10054 – Yag
@Newbie,你解決了上述問題,我也面臨同樣的錯誤。 – Giresh