Skip to content
New issue

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

Git push failing #65

Open
Amndeep7 opened this issue Jul 31, 2024 · 0 comments
Open

Git push failing #65

Amndeep7 opened this issue Jul 31, 2024 · 0 comments

Comments

@Amndeep7
Copy link
Contributor

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

If other folks experience similar issues, then we should update the release wiki to recommend this git configuration change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant