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
I received an error that looked like this during the release process.
git push --atomic origin main v1 v1.7.2 Enumerating objects: 3494, done. Counting objects: 100% (3494/3494), done. Delta compression using up to 12 threads Compressing objects: 100% (2509/2509), done. send-pack: unexpected disconnect while reading sideband packet Writing objects: 100% (2558/2558), 13.58 MiB | 5.03 MiB/s, done. Total 2558 (delta 1465), reused 114 (delta 5), pack-reused 0 (from 0) fatal: the remote end hung up unexpectedly Everything up-to-date
Using the following command fixed it: git config --global http.postBuffer 157286400 Source: https://stackoverflow.com/a/69891948
git config --global http.postBuffer 157286400
If other folks experience similar issues, then we should update the release wiki to recommend this git configuration change.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I received an error that looked like this during the release process.
Using the following command fixed it:
git config --global http.postBuffer 157286400
Source: https://stackoverflow.com/a/69891948
If other folks experience similar issues, then we should update the release wiki to recommend this git configuration change.
The text was updated successfully, but these errors were encountered: