0

I'm trying to push my commits to my github repo. Currently I'm working on a branch (mysql and it worked yesterday. Today I get the following error:

Counting objects: 22, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (16/16), done.
Writing objects: 100% (22/22), 2.79 KiB | 0 bytes/s, done.
Total 22 (delta 17), reused 11 (delta 6)
remote: Resolving deltas: 100% (17/17), completed with 13 local objects.
remote: fatal error in commit_refs
To https://github.com/*********.git
! [remote rejected] mysql -> mysql (failure)
error: failed to push some refs to 'https://github.com/*********.git'

I already tried pulling, even though I'm the only one working on this repo

Anh Tuan Nguyen
  • 971
  • 3
  • 13
  • 28
  • 1
    Possible Duplicate - http://stackoverflow.com/questions/37341960/how-do-i-fix-remote-fatal-error-in-commit-refs-errors-trying-to-push-with-git – Agam Banga May 11 '17 at 12:21
  • I tried that and it did not work! – Anh Tuan Nguyen May 11 '17 at 12:21
  • 1
    For what it's worth, this is not something inside Git itself, it's a problem specific to GitHub. You need to ask the GitHub people about it. – torek May 11 '17 at 17:21
  • 1
    Does this answer your question? [How do I fix "remote: fatal error in commit\_refs" errors trying to push with Git?](https://stackoverflow.com/questions/37341960/how-do-i-fix-remote-fatal-error-in-commit-refs-errors-trying-to-push-with-git) – imz -- Ivan Zakharyaschev Aug 10 '21 at 21:27

0 Answers0