git push hangs after Total line

后端 未结 17 1124
孤独总比滥情好
孤独总比滥情好 2020-12-05 16:38

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         


        
17条回答
  •  遥遥无期
    2020-12-05 17:40

    See if you have staged, but not committed changes. (git status)

    If so, commit (or unstage) those and then try to push. Worked for me.

提交回复
热议问题