My git push is hanging after appearing to complete the push. I am going git push
Counting objects: 51, done. Delta compression using up to 2 threads. C
See if you have staged, but not committed changes. (git status)
git status
If so, commit (or unstage) those and then try to push. Worked for me.