Macを移行ユーティリティで移行したらvagrant upでエラーが出るようになった
The VirtualBox VM was created with a user that doesn't match the
current user running Vagrant. VirtualBox requires that the same user
be used to manage the VM that was created. Please re-run Vagrant with
that user. This is not a Vagrant issue.
The UID used to create the VM was: 504
Your UID is: 505
解決策
vi .vagrant/machines/default/virtualbox/creator_uid
- 上記ファイルの中にUIDが記述されている(自分の場合は504)
- エラーで記述されているUIDに書き換える