Vagrant错误,没有从VirtualBox接收版本信息

时间:2015-02-16 15:08:01

标签: vagrant

Vagrant错误,没有从VirtualBox接收版本信息

C:\Users\Kate\PhpstormProjects\codes>vagrant up
C:/HashiCorp/Vagrant/embedded/gems/gems/i18n-0.6.11/lib/i18n/config.rb:83:in `block in missing_interpolation_argument_handler': missing interpolation argument :vboxmanage in "Vagrant detected that VirtualBox appears installed on your system,\nbut calls to detect the version are returning empty. This is often\nindicative of installation issues with VirtualBox. Please verify\nthat VirtualBox is properly installed. As a final verification,\nplease run the following command manually and verify a version is\noutputted:\n\n%{vboxmanage} --version" ({:_key=>:virtualbox_version_empty, :_namespace=>"vagrant.errors"} given) (I18n::MissingInterpolationArgument)

我该如何解决这个问题?

2 个答案:

答案 0 :(得分:0)

试试这个:

打开你的"任务管理器"并杀死所有Virtualbox实例,然后再试一次" vagrant up"并且在它成功启动之后" vagrant ssh"。它应该再次工作。

有时,如果您更新Windows,则必须再次卸载并安装Virtualbox,然后重新启动计算机才能使用它。

答案 1 :(得分:0)

我使用提到的here解决方案解决了同样的问题。
替换" 0.1"在\ lib \ vagrant \ util \ io.rb中使用" 1.0"第28行