安装 hostmanager vagrant 插件 - 无法在 Windows 上使用符号链接

Tom*_*ane 3 windows installation plugins symlink vagrant

我正在尝试在Windows 10上使用主机管理器插件编写 Vagrantfile,但遇到了问题。插件安装后收到如下警告,最后找不到“hostmanager”:

? 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'.
Run Code Online (Sandbox Code Playgroud)

如何解决这个符号链接问题?

Чеч*_*ндр 7

类型

vagrant plugin install vagrant-hostmanager
Run Code Online (Sandbox Code Playgroud)

它会工作正常