Vagrant was unable to mount VirtualBox shared folders

后端 未结 8 1989
一生所求
一生所求 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:08

    This worked for me... run the following:

    vagrant plugin repair
    

    Then

    vagrant plugin expunge --reinstall
    

    Then

    vagrant reload
    

提交回复
热议问题