You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
With this vagrantfile, I can use vagrant up, but vagrant up --provision would always give me this error:
➜ vagrant up --provision
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Running provisioner: shell...
default: Running: inline script
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
However, use vagrant ssh is working.
The vagrant version I am using is 2.1.5, and VM is 17.17134
btw, I also tried to use vagrant powershell, but it got following error:
Your host does not support PowerShell. A remote PowerShell connection
can only be made from a windows host.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi There,
I tried to use vagrant to startup the microsoftedge vms with virtualbox, and here is the vagrantfile I got:
With this vagrantfile, I can use
vagrant up
, butvagrant up --provision
would always give me this error:However, use
vagrant ssh
is working.The vagrant version I am using is
2.1.5
, and VM is 17.17134btw, I also tried to use
vagrant powershell
, but it got following error:The text was updated successfully, but these errors were encountered: