git push origin master
Counting objects: 41, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (20/20), done.
Writing objects: 33% (11/33), 1.30 MiB | 14.00 KiB/s
There is gets stuck and I have to do:
^C
Killed by signal 2.
I can push other repos to github, but not this one. My filesize is:
173.9 MB on disk) for 10584 items
My git version:
git --version
git version 2.2.1
I just recently installed 2.2.1 from 1.9.3 I'm running Yosemite 10.10.1
The internet so far has been unhelpful on this error. I don't want to try cloning to a new repo because I don't want to lose the commits from the last week I've worked on this project.
EDIT: Solved by restarting router >:[