Can I convince PyCharm to watch project files on an EncFS mount?

ぐ巨炮叔叔 提交于 2019-12-10 12:53:36

问题


I recently started using EncFS to secure my employer's code (in the event that my laptop is stolen). However, when I start PyCharm I now get the following warning (every time):

External file changes sync may be slow Project files cannot be watched (are they under network mount?)

The files are on a local mount. I imagine there is some overhead introduced by EncFS, but I would hope it is negligible. How can I convince PyCharm to stop worrying about it and treat them as local files?

(As a last resort, how can I stop this warning every time I start?)


回答1:


This is an old post, but still:

According to the JetBrains Bug Tracker and the Canonical Bug Tracker you need to make <pyCharm>/bin/fsnotifier64 executable.



来源:https://stackoverflow.com/questions/20760003/can-i-convince-pycharm-to-watch-project-files-on-an-encfs-mount

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!