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
Close any git clients that might be running.
Set the permissions to delete first:
chmod -R 777 folder
Try to force the deletion:
rm -rf folder