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

前端 未结 14 1182
抹茶落季
抹茶落季 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 18:54

    I ran into the same issue, but in my case it was because I had ran vagrant up under sudo, and when I came back to it later I'd forgotten.

    Silly mistake, but I'm sure it's not the first time it's happened someone :)

提交回复
热议问题