小编New*_*bie的帖子

Git推送错误:RPC失败; 结果= 56,HTTP代码= 200致命:远程端挂起意外致命

在执行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
Run Code Online (Sandbox Code Playgroud)

我也尝试过:git config http.postBuffer 524288000,但仍然出错..还试过:git config --global http.postBuffer 2M通过引用git push错误:RPC失败; result = 56,HTTP代码= …

git github windows-7-x64

30
推荐指数
6
解决办法
5万
查看次数

标签 统计

git ×1

github ×1

windows-7-x64 ×1