Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GitHub sync not working. git push super slow

Tags:

git

github

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?

like image 219
Kuliu Avatar asked Jun 29 '26 17:06

Kuliu


1 Answers

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.
  • ssh settings (if pushed using an ssh url)
  • network issues (check what a git push --verbose does return)
like image 51
VonC Avatar answered Jul 01 '26 10:07

VonC



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!