有一个版本库属于 op 用户,其中一个子目录是 700,属于 www-data。我不小心往版本库的这个子目录里提交了一个文件,op 用户在 git pull 的时候就提示 error: cannot stat ...: Permission Denied如果不允许在版本库里把这个文件删掉,有没有办法让 git pull 忽略 Permission Denied 错误?
--
-- 来自USTC LUG
请使用gmail订阅,不要灌水。
更多信息more info:http://groups.google.com/group/ustc_lug?hl=en?hl=en
---
You received this message because you are subscribed to the Google Groups "USTC_LUG" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ustc_lug+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
是这个意思,就是要忽略 git merge 无法读写文件的错误,没有一个 force 的选项?