2017-03-06 120 views
0

我想用hostmanager插件編寫Vagrantfile Windows 10但有問題。插件安裝後有像下面的警告終於「hostmanager」找不到:安裝hostmanager vagrant插件 - 無法使用Windows上的符號鏈接

λ vagrant plugin install hostmanager 
Installing the 'hostmanager' plugin. This can take a few minutes... 
Fetching: rubyhacks-0.1.5.gem (100%) 
Fetching: hostmanager-1.2.2.gem (100%) 
WARNING: Unable to use symlinks on Windows, installing wrapper 
Installed the plugin 'hostmanager (1.2.2)'! 

λ vagrant up 
Bringing machine 'foo' up with 'virtualbox' provider... 
There are errors in the configuration of this machine. Please fix 
the following errors and try again: 

vm: 
* The 'hostmanager' provisioner could not be found. 

Vagrant: 
* Unknown configuration section 'hostmanager'. 

如何解決這個符號鏈接的問題?

回答

0

vagrant plugin install vagrant-hostmanager 

,這將是做工精細