How do I fix “remote: fatal error in commit_refs” errors trying to push with Git?

前端 未结 8 663
情歌与酒
情歌与酒 2021-02-04 23:34

When I try to push to master I get:

remote: fatal error in commit_refs

How can I solve this?

8条回答
  •  滥情空心
    2021-02-05 00:05

    In my case, GitHub was down by the time I was trying to push.

    Just check https://www.githubstatus.com/ to know about GitHub site status.

    When it's up you'll be able to push.

提交回复
热议问题