1
我在Windows 8.1 Pro(64位)上有Vagrant 1.6.3和VirtualBox 4.3.12。流浪漢一直工作到昨天。Vagrant停止工作,說不支持VirtualBox版本
突然,它開始給流浪者上了(在PowerShell中)這個錯誤:
The provider 'virtualbox' that was requested to back the machine
'default' is reporting that it isn't usable on this system. The
reason is shown below:
Vagrant has detected that you have a version of VirtualBox installed
that is not supported. Please install one of the supported versions
listed below to use Vagrant:
4.0, 4.1, 4.2, 4.3
我曾嘗試以下操作:
- 卸載兩個流浪漢,VirtualBox的(5-6倍),並重新安裝。每次安裝/卸載後我都會重新啓動。
- 嘗試了Vagrant和VirtualBox的不同版本(最新版本和舊版本)。我曾嘗試過Vagrant 1.6.3和Vagrant 1.6.5,VirtualBox 4.3.16,4.3.12,4.3.10。
- 禁用防病毒和防火牆。 (將Vagrant和VirtualBox都添加到排除列表中)
- 檢查環境路徑中是否添加了VirtualBox。
任何我缺少的東西?我嘗試搜索,只有兩個相關的鏈接,我發現是:Vagrant has detected that you have a version of VirtualBox installed that is not supported(不起作用),Vagrant has detected that the VirtualBox installed is not supported(固定在流浪1.5)
現在我應該做什麼?