When I run git add .
Then the following message:
error: open("~$myfile.pptx"): Permission denied
error: unable to index file ~$myfile.pptx
fatal: adding files failed
So I run Icacls myfile.pptx /grant user:(F,WD)
But still error.
How to change the rigth permission?