使用Vagrant + winNFSD + Virtualbox时,composer update
由于以下错误而失败:
[RuntimeException]
Could not delete /vendor/symfony/symfony/.git/objects/pack/tmp_pack_hbnOON:
尝试通过rm 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插件,如this GitHub Issue中所述。不幸的是,线程中提出的修复不起作用。目前是否有解决此问题的方法(我使用vagrant-winnfsd 1.0.11)