I am trying to undo a "git init" command in github shell on Windows 8.1.
When I write
rm -r .git
it says:
rm : Cannot remove item : You do not have sufficient access rights to perfoem this operation.
It prints it for many files.
Any ideas to solve this?