/vagrant not populated with files

后端 未结 2 812
孤街浪徒
孤街浪徒 2021-02-09 19:05

I have Vagrant (1.7.4) configured with the default configuration from vagrant init using the latest version of VirtualBox (5.0.16 r105871) on OS X (10.11.4) and the

2条回答
  •  爱一瞬间的悲伤
    2021-02-09 19:49

    This is more likely to happen if the VM was shutdown or rebooted from within the VM.

    Halt the VM using "vagrant halt" and start the VM again using "vagrant up". This is should automatically mount it under /vagrant

提交回复
热议问题