Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/23.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Git未能推送某些引用_Git_Github - Fatal编程技术网

Git未能推送某些引用

Git未能推送某些引用,git,github,Git,Github,我正试图推动我对github回购的承诺。目前我正在开发一个分支(mysql),它昨天就已经运行了。今天我遇到了以下错误: 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),

我正试图推动我对github回购的承诺。目前我正在开发一个分支(mysql),它昨天就已经运行了。今天我遇到了以下错误:

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'

我已经试过拉,尽管我是唯一一个在这个回购协议上工作的人

可能的复制品-我试过了,但没有成功!值得一提的是,这不是Git本身的问题,这是GitHub特有的问题。你需要问GitHub的人。