Vagrant - The VirtualBox VM was created with a user that doesn't match the current user running Vagrant

在使用 Vagrant 時如果出現’The VirtualBox VM was created with a user that doesn’t match the current user running Vagrant’ 的錯誤。


可以開啟 ‘.vagrant\machines\default\virtualbox\creator_uid’。


將數值設為錯誤訊息中告知當初用來建立 VM 的 UID 後存檔。


再次運行 Vagrant,沒意外的話應該就可以正常使用了。