I've been working on a local git repository and everything has been working well. Today it was time to share the code, and I created a github repository, but I can't push to it. I tried all the compression and pruning methods I could find. This has happened before and my only solution was to create a new repo and move everything over and git init again. Since this has happened for a second time, I would really like to run this down.
Tim$ git remote add origin git@github.com:tbbooher/cba_fitwit.git Tim$ git push -u origin master Counting objects: 7964, done. Delta compression using up to 2 threads. Compressing objects: 100% (2915/2915), done. Read from remote host github.com: Connection reset by peer fatal: The remote end hung up unexpectedly error: pack-objects died of signal 13 error: pack-objects died with strange error error: failed to push some refs to 'git@github.com:tbbooher/cba_fitwit.git'
On the same machine (MacBook Pro), I'm able to push and pull with four other repos, but I still suspect some ssh trickery. Compressing happens very quickly, then everything slows way down at this point, and creeps along to about 11% and then fails as above.
Writing objects: 10% (865/7964), 2.37 MiB | 203 KiB/s