We have a large project ~13gb. We can commit it just fine to the github software (had to commit in sections). But upon trying to sync the commits to the repo it fails. doing git status tells us that we are ahead of the master by 4 commits and to use git push. git push starts working but is extremely slow. (120kbps) Is this normal?
In addition of disk quota which might make the push fail anyway, git push can be slow for a number of reasons:
git gc applied on your local repo before the push can help.git push --verbose does return)If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With