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

前端 未结 14 1186
抹茶落季
抹茶落季 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:52

    Ran into this problem in a slightly different situation. The issue was that ".vagrant" was checked into the git repo, and the committer was running under a different UID than I was.

    Solution: add .vagrant to .gitignore.

提交回复
热议问题