我在跑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>'
任何有关如何解决此问题的帮助将不胜感激!