I have tmp .git files that I can't remove no matter what I try.
I've tried chmod and rm from terminal:
chmod a+wx zzz_delete/
seth-laptop:Lepton_Master Seth_Mac$ sudo rm -rf zzz_delete/
rm: zzz_delete//.git/objects/tmp_object_git2_a03228: Permission denied
I ran a bash script to force chmod:
chmod: Unable to change file mode on /zzz_delete/.git/objects/tmp_object_git2_a03228: Operation not permitted
I tried delete from a Windows Machine. Permission Denied.
How can I change permissions and remove this tricky folder?