vvv wordpress - Error on setting up VVV on VMWare on Windows 10 -


i have set vvv on virtualbox in past, i've been told vmware faster. unfortunately, due dearth of instructions online folks myself have basic grasp of i'm doing here, i'm running in error when trying set configuration.

i have vmware workstation pro 12. completed following steps successfully....

  1. $ vagrant plugin install vagrant-hostsupdater
  2. $ vagrant plugin install vagrant-triggers
  3. $ git clone git://github.com/varying-vagrant-vagrants/vvv.git
  4. $ vagrant init
  5. $ vagrant plugin install vagrant-vmware-workstation
  6. $ vagrant plugin license vagrant-vmware-workstation c:/users/license.lic

hit error @ step 7. no idea it?

  1. $ vagrant --provider=vmware_workstation

default: box provider: vmware_desktop, vmware_fusion, vmware_workstation

default: box version: >= 0 ==>

default: box file not detected metadata. adding directly... ==> default: adding box 'base' (v0) provider: vmware_desktop, vmware_fusion, vmware_workstation

default: downloading: base

default: error occurred while downloading remote file. error message, if any, reproduced below. please fix error , try again.

couldn't open file /c:/users/will/dev/base

any suggestions appreciated.


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -