我在我的linux盒子里安装了“watchman”和“hgwatchman”。按照https://bitbucket.org/facebook/hgwatchman链接配置它们。
当我尝试克隆hg repo时,我收到以下警告:
warning: watchman unavailable: watchman socket discovery error: "A non-recoverable condition has triggered. Watchman needs your help!
The triggering condition was at timestamp=1408431707: inotify-add-watch(/home/prabhugs/work/sw/.hg/store/data/export/types) -> No space left on device
All requests will continue to fail with this message until you resolve
the underlying problem. You will find more information on fixing this at
https://facebook.github.io/watchman/troubleshooting.html#poison-inotify-add-watch
"
我的hgrc文件就像,
[extensions]
hgwatchman = /path/to/hgwatchman
[watchman]
mode = {off, on, paraoid}
磁盘中有足够的空间
请帮助克服此警告。