You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you expect to occur after running these commands?
Ordiniray git push response that everything got pushed.
What actually happened instead?
The command hangs and when I press Ctrl-C I get the following message:
error: pack-objects died of signal 2
If the problem was occurring with a specific repository, can you provide the
URL to that repository to help us with testing?
It is an internal repository (the size is about 2MB) and it uses git:// as a protocol. On my previous intallation I used Windows 7 64-bit and with the following command I could fix this error:
git config --global sendpack.sideband 0
This time it doesn't help.
The text was updated successfully, but these errors were encountered:
Setup
$ git --version --build-options
git version 2.23.0.windows.1
cpu: x86_64
built from commit: 4db2e5c
sizeof-long: 4
sizeof-size_t: 8
Windows 10 64-bit
defaults?
to the issue you're seeing?
I've setup this option to fix a well known bug for the git:// protocol.
git config --global sendpack.sideband 0
Details
I've tried both Bash/CMD/PowerShell and GUI
Minimal, Complete, and Verifiable example
this will help us understand the issue.
Ordiniray git push response that everything got pushed.
The command hangs and when I press Ctrl-C I get the following message:
error: pack-objects died of signal 2
URL to that repository to help us with testing?
It is an internal repository (the size is about 2MB) and it uses git:// as a protocol. On my previous intallation I used Windows 7 64-bit and with the following command I could fix this error:
git config --global sendpack.sideband 0
This time it doesn't help.
The text was updated successfully, but these errors were encountered: