Cannot push to remote git repo over ssh, stuck at “Writing objects: 11%”
问题 I'm having a problem where trying to do a git push hangs up while "Writing objects". This is not the common scenario of Windows and git-daemon that I have seen answered elsewhere. This is Linux to Linux, using ssh. On both the client and server, git version is 1.7.8.6. I've tried doing the following: Create a local empty repo and push to that -- works fine Pull from local repo to local repo -- works fine Clone the remote repo to the local machine -- works fine git fsck and git gc on both