We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I import https://gitee.com/openeuler/docs.git to Mega service, encountered an error like this,
https://gitee.com/openeuler/docs.git
docs 已存在,正在更新... Already up to date. Enumerating objects: 29297, done. Counting objects: 100% (29297/29297), done. Delta compression using up to 96 threads Compressing objects: 100% (16164/16164), done. Writing objects: 100% (29297/29297), 516.64 MiB | 268.27 MiB/s, done. Total 29297 (delta 13770), reused 27491 (delta 12593), pack-reused 0 error: unable to rewind rpc post data - try increasing http.postBuffer error: RPC failed; curl 65 seek callback returned error 1 send-pack: unexpected disconnect while reading sideband packet fatal: the remote end hung up unexpectedly Everything up-to-date Enumerating objects: 13794, done. Counting objects: 100% (13794/13794), done. Delta compression using up to 96 threads Compressing objects: 100% (7350/7350), done. Writing objects: 100% (13794/13794), 156.02 MiB | 292.07 MiB/s, done. Total 13794 (delta 6398), reused 13200 (delta 6159), pack-reused 0 error: unable to rewind rpc post data - try increasing http.postBuffer error: RPC failed; curl 65 seek callback returned error 1 send-pack: unexpected disconnect while reading sideband packet fatal: the remote end hung up unexpectedly Everything up-to-date
The text was updated successfully, but these errors were encountered:
git config --global http.postBuffer 5242880000
Sorry, something went wrong.
fix web3infra-foundation#790
cbb753d
benjamin-747
No branches or pull requests
When I import
https://gitee.com/openeuler/docs.git
to Mega service, encountered an error like this,The text was updated successfully, but these errors were encountered: