I am trying to remove whole git repository from my local machine, but git prohibits to delete several files.
I\'ve tried:
rm -r folder
So I figured it out. The problem was that on my host machine (windows 7 x64) this folder was allowed to read only. I disabled it, and removed it from the host machine. Sorry for not saying that it was mounted, and thanks for all replies : )