Vagrant Not Starting Up. User that created VM doesn't match current user

前端 未结 14 1138
抹茶落季
抹茶落季 2020-12-22 18:44

I was trying to start up my vagrant machine, so I navigated to the folder where my vagrantfile is, and used:

vagrant up && vagrant ssh

but I got the

相关标签:
14条回答
  • 2020-12-22 19:05

    just change user ID here .vagrant/machines/default/virtualbox/creator_uid

    0 讨论(0)
  • 2020-12-22 19:14

    Run the following commands:

    bash
    sudo vagrant up
    
    0 讨论(0)
提交回复
热议问题