在我的 Windows 10 中,安裝后
?vagrant plugin install vagrant-vmware-desktop
然后我執行vagrant up我得到錯誤:1
>vagrant up
Vagrant encountered an error while attempting to load the utility
service key file. This error can occur if the Vagrant VMware Utility
has not yet been installed, or if it was installed incorrectly. If
this error persists after running the Vagrant VMware Utility installer
again, please contact support at: [email protected]
Information about the Vagrant VMware Utility, including installation
instruction, can be found here:
https://www.vagrantup.com/docs/vmware/vagrant-vmware-utility.html
Path: C:/ProgramData/hashicorp/vagrant-vmware-desktop/certificates/vagrant-utility.client.crt
Error: No such file or directory @ rb_sysopen - C:/ProgramData/hashicorp/vagrant-vmware-desktop/certificates/vagrant-utility.client.crt
uj5u.com熱心網友回復:
Vagrant Vmware 實用程式似乎丟失了,您可以運行以下命令并檢查 Vmware 實用程式服務是否正在運行
net start vagrant-vmware-utility
如果它不存在,請從此處為 Windows 安裝它。您可以尋找不同平臺的其他鏈接。
安裝后重新安裝該實用程式 -
vagrant plugin install vagrant-vmware-desktop
安裝完成后,你應該有一個類似這樣的檔案夾:
C:\HashiCorp\VagrantVMwareUtility
轉載請註明出處,本文鏈接:https://www.uj5u.com/caozuo/482641.html
