Vagrant 流浪汉winnfsd编写器无法删除错误

Vagrant 流浪汉winnfsd编写器无法删除错误,vagrant,composer-php,Vagrant,Composer Php,使用Vagrant+winNFSD+Virtualbox时,composer update由于以下错误而失败: [RuntimeException] Could not delete /vendor/symfony/symfony/.git/objects/pack/tmp_pack_hbnOON: rm: cannot remove ‘vendor/symfony/symfony/.git/objects/pack/tmp_pack_hbnOON’: Input/output error

使用Vagrant+winNFSD+Virtualbox时,
composer update
由于以下错误而失败:

[RuntimeException]
  Could not delete /vendor/symfony/symfony/.git/objects/pack/tmp_pack_hbnOON:
rm: cannot remove ‘vendor/symfony/symfony/.git/objects/pack/tmp_pack_hbnOON’: Input/output error
尝试通过
rm vendor/symfony/symfony/.git/objects/pack/tmp\u pack\u hbnOON
手动删除文件时,出现以下错误:

[RuntimeException]
  Could not delete /vendor/symfony/symfony/.git/objects/pack/tmp_pack_hbnOON:
rm: cannot remove ‘vendor/symfony/symfony/.git/objects/pack/tmp_pack_hbnOON’: Input/output error
问题在于winnfsd插件,如中所述。不幸的是,线程中提出的修复方案不起作用。目前是否有解决此问题的方法(我使用的是vagrant winnfsd 1.0.11)