error: RPC 失败。curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8) error: 预期仍然需要 6355 个字节的正文 fetch-pack: unexpected disconnect while reading sideband packet fatal: 过早的文件结束符(EOF) fatal: fetch-pack:无效的 index-pack 输出 解决方法 git clone http://github.co...
error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1) 网上搜了一下,千篇一律的放屁,有说更新缓存的,又说配置http版本的,都没有效果 最后来了脾气,直接打开终端 cd 到项目文件夹下 用命令行push git push 完美暴力解决。
报错如下: Counting objects: 100% (25515/25515),done. Delta compression using up to 4 threads Compressing objects: 100% (18794/18794),done. error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8) fatal: the remote end hung up unexpectedlyiB | 19.00 KiB/s Wr...
error:RPCfailed;curl92HTTP/2stream0was not closed cleanly:CANCEL(err8) 有的说是可能数据文件太大,增加git缓冲区大小 git config--global http.postBuffer524288000 再提交,同样是这个错,想想也不可能。 最后,还是修改了git提交的地址解决了问题,因为我这个仓库的提交地址是http格式的,后来改成了ssh的地址,就解...
git error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1) 今天在使用git命令提交代码的时候,出现了下面的问题: Writing objects: 100% (13/13), 206.83 KiB | 25.85 MiB/s, done.Total 13 (delta 5), reused 0 (delta 0)error: RPC failed; curl 92 HTTP...
Total 13 (delta 5), reused 0 (delta 0) remote: Resolving deltas: 100% (5/5), completed with 5 local objects 1. 2. 3. 4. 5. 6. 7. 参考文献 error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)...
Cloning into 'z'...remote: Enumerating objects: 197700, done.remote: Counting objects: 100% (197700/197700), done.error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)fatal: the remote end hung up unexpectedlyfatal: early EOFfatal: index-pack failed...
httpBuffer加大 git config --global http.postBuffer 524288000 git config --list 1. 2. 压缩配置 git config --global core.compression -1 1. 修改配置文件 export GIT_TRACE_PACKET=1 export GIT_TRACE=1 export GIT_CURL_VERBOSE=1 1. 2.
error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1) 今天崩溃遇到这个问题 搜了下问题,遇到的人还不少,有解释说:因为k8s集群,据我所知,我们的项目中确实有遇到。 解决方案很多,人品好的遇不到,人品不是太差的重新clone项目下来也能成功(我同事就这样做成功了 ...