git push hangs after Total line

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

    It can be (as the accepted answer suggests) just a moment to wait, but in the majority of cases it is linked to permissions on the remote. While mostly a non-issue on public git services such as GitHub, Gitlab or Bitbucket, self-hosted remotes might have a special user, or a group for access.

    And on new bare repositories it doesn't suffice to change the folder, but instead needs to be recursive because of .git-Folder inside.

提交回复
热议问题