Vagrant was unable to mount VirtualBox shared folders

后端 未结 8 2119
一生所求
一生所求 2021-01-29 18:17

Current setup: Virtualbox 5.1.20 with Vagrant 1.9.3

Previous working setup: Virtualbox 5.1.18 with Vagrant 1.9

8条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-29 19:11

    Installing the vbguest plugin worked in my case with VirtualBox 5.2.6 and Vagrant 2.0.1:

    vagrant plugin install vagrant-vbguest

提交回复
热议问题