! [远程拒绝] master-> master(当前已检出分支)错误:无法将某些引用推送到'git@10.10.10.250:〜git'

时间:2018-12-12 19:24:57

标签: git push

我有一个安装了gitolite的git服务器(linux)。我还在Windows 10客户端上安装了git repo。克隆回购表 linux 。更改readme.txt并签出readme.txt文件;暂存文件并提交文件。在push命令上,出现以下错误:

Counting objects: 100% (8/8), done.
Delta compression using up to 8 threads
Compressing objects: 100% (4/4), done.
Writing objects: 100% (6/6), 582 bytes | 194.00 KiB/s, done.
Total 6 (delta 1), 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 10.10.10.250:~git
 ! [remote rejected] master -> master (branch is currently checked out)
error: failed to push some refs to 'git@10.10.10.250:~git'

关于导致此错误的原因有什么想法?

0 个答案:

没有答案