【发布时间】:2014-09-17 03:04:51
【问题描述】:
在执行 git push 时,我收到此错误:
Username for 'https://github.com': Newbie
Password for 'https://Newbie@github.com':
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
我也尝试过:git config http.postBuffer 524288000,但仍然错误.. 还尝试过: git config --global http.postBuffer 2M 参考git push error: RPC failed; result=56, HTTP code = 0
谁能帮我解决这个问题?
【问题讨论】:
-
我遇到了完全相同的错误。通过使用 GIT_CURL_VERBOSE=1 我得到了以下额外的细节: SSL read: error:00000000:lib(0):func(0):reason(0), errno 10054
-
@Newbie,你解决了上面的问题吗,我也遇到了同样的错误。
标签: git github windows-7-x64