当我运行git add .
然后是以下消息:
错误:打开(“〜$ myfile.pptx”):权限被拒绝
错误:无法索引文件〜$ myfile.pptx
致命:添加文件失败
所以我运行Icacls myfile.pptx /grant user:(F,WD)
但仍然是错误。
如何更改权限?
答案 0 :(得分:1)
~$myfile.pptx
是来自powerpoint文件myfile.pptx
的单独文件。 Those are temporary files created by powerpoint while you have the original open.
~$*
git status
不再显示该文件,git add .
将不再尝试提交该文件。
Also, here is a widely used .gitignore file for MS office files