2017-03-06 17 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 

、それが仕事の罰金

になります
関連する問題