centos6上的git push错误

时间:2014-10-18 09:25:34

标签: git push

git.exe push --progress  "origin" master:master

Counting objects: 8, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (5/5), 596 bytes | 0 bytes/s, done.
Total 5 (delta 0), reused 0 (delta 0)
remote: error: refusing to update checked out branch: refs/heads/master
remote: error: By default, updating the current branch in a non-bare repository
remote: error: is denied, because it will make the index and work tree inconsistent
remote: error: with what you pushed, and will require 'git reset --hard' to match
remote: error: the work tree to HEAD.
remote: error: 
remote: error: You can set 'receive.denyCurrentBranch' configuration variable to
remote: error: 'ignore' or 'warn' in the remote repository to allow pushing into
remote: error: its current branch; however, this is not recommended unless you
remote: error: arranged to update its work tree to match what you pushed in some
remote: error: other way.
remote: error: 
remote: error: To squelch this message and still keep the default behaviour, set
remote: error: 'receive.denyCurrentBranch' configuration variable to 'refuse'.
To (delete by me)
! [remote rejected] master -> master (branch is currently checked out)
error: failed to push some refs to (delete by me)


git did not exit cleanly (exit code 1) (3494 ms @ 2014-10-18 오후 6:20:31)

我的英语太可怕了。

当我将代码推送到远程存储库时,它显示上面的错误消息

我该怎么办?

(但克隆到存储库不是问题)

1 个答案:

答案 0 :(得分:0)

主要是问题是因为'索引和工作树不一致。要解决此问题,请查看this link