assetic:watch 错误 - unserialize():偏移量错误

assetic:watch error - unserialize(): Error at offset

我在工作中使用日常资产 (OS: Win7) 但今天我运行命令: php bin/console assetic:watch 并得到这个错误:

[Symfony\Component\Debug\Exception\ContextErrorException] Notice: unserialize(): Error at offset 0 of 25228 bytes

我正在尝试清除缓存 - 没有帮助。

我没有删除任何文件,并且在存储库中该文件不存在并且这个项目在 3 台机器上(现在不能访问只有 1 台)并且它在任何地方都有效...

据我所知,没有任何更新或安装到项目中。

因此帮助删除了 %LOCALAPPDATA%\Temp\

中前缀为 assetic_watch_* 的所有文件

bin/console assetic:watch --force也帮我清关了