1

我在跑vagrant global-status

获取宅基地机器 ID 并运行vagrant provision <id>

这给了我错误

/Applications/Vagrant/embedded/gems/gems/vagrant-1.6.0/lib/vagrant/environment.rb:194:in `active_machines': undefined method `join' for nil:NilClass (NoMethodError)
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.0/lib/vagrant/plugin/v2/command.rb:108:in `with_target_vms'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.0/plugins/commands/provision/command.rb:34:in `execute'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.0/lib/vagrant/cli.rb:42:in `execute'
from /Applications/Vagrant/embedded/gems/gems/vagrant-1.6.0/lib/vagrant/environment.rb:249:in `cli'
from /Applications/Vagrant/bin/../embedded/gems/gems/vagrant-1.6.0/bin/vagrant:166:in `<main>'

任何有关如何解决此问题的帮助将不胜感激!

4

1 回答 1

1

如果有人有类似问题,可以通过升级到 Vagrant 1.6.1 来解决。

于 2015-01-01T06:50:42.557 回答