1
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)

My English is terrible.

When I push code to the remote repository, it is showing above error message

what can I do???

(but clone to repository is not problem)

Anjaneyulu Battula
  • 1,864
  • 15
  • 32
bat
  • 21
  • 8

1 Answers1

0

mainly the problem is because of 'index and work tree inconsistent. To solve this problem please check this link

Community
  • 1
  • 1
Anjaneyulu Battula
  • 1,864
  • 15
  • 32