refs/heads/master

Git Push代码到数据仓库

只愿长相守 提交于 2019-11-26 14:34:34
"remote: error: refusing to update checked out branch: refs /heads/master"的解决办法 在使用Git Push代码到数据仓库时,提示如下错误: [remote rejected] master -> master (branch is currently checked out ) 错误原型 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