git push hangs after Total line

后端 未结 17 1111
孤独总比滥情好
孤独总比滥情好 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:18

    Checkout the user rights that git is using!

    In my case I tried through ssh and the used system user was unable to write into the git bare repository...

    Here is how you can debug your ssh connection

提交回复
热议问题