Hi All,
Im use windows 10:
I have install lates Vagrant
I have install lates VirtualBox
Im use git bash..
and on step "vagrant up",i get respon :
kangris@Shaki MINGW64 /d/appinventor-sources-aimod (master)
$ vagrant up
Bringing machine 'default' up with 'hyperv' provider...
==> default: Verifying Hyper-V is enabled...
==> default: Verifying Hyper-V is accessible...
==> default: Box 'ubuntu/bionic64' could not be found. Attempting to find and install...
default: Box Provider: hyperv
default: Box Version: >= 0
==> default: Loading metadata for box 'ubuntu/bionic64'
default: URL: Vagrant box ubuntu/bionic64 - Vagrant Cloud
The box you're attempting to add doesn't support the provider
you requested. Please find an alternate box or use an alternate
provider. Double-check your requested provider to verify you didn't
simply misspell it.If you're adding a box from HashiCorp's Vagrant Cloud, make sure the box is
released.Name: ubuntu/bionic64
Address: Vagrant box ubuntu/bionic64 - Vagrant Cloud
Requested provider: [:hyperv]
How to fix this?
Thanks you.