-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Powershell Error in Vagrant 1.5 With Hyper-V Provider When Vagrant Path Contains Spaces #3100
Comments
Hi, I played around with this a little more and I think I've found the issue. My initial install of Vagrant ended up in: I'm not sure if it is the parans or the spaces that was causing the issue, but it looks like that PowerShell script errors out when it encounters one of those in the path. |
Ah great. Yes, there is someone else who ran into this. I'll be taking a look. |
Fixed! |
@mitchellh. Thanks for the quick fix! |
Turns out this was the cause of #3192. I modified the line (without testing) to |
That doesn't seem to be working for me. I upgraded to Vagrant 1.5.1 and now Vagrant just crashes immediatly as soon as I call Also, I can't get Vagrant to install in
And then the regular output:
|
I'm attempting to use the new built in HyperV provider in Vagrant 1.5 however I am receiving an PowerShell error when I try to bring a new box up.
This is on a clean install of Vagrant 1.5 on Windows 8.1 with HyperV enabled (I have non Vagrant HyperV machines are functioning without issue.) Virtualbox has never been installed on this machine.
The
Vagrantfile
I am using is the one that is generated from thevagrant init
command.Commands
Error
The full debug log can be found here: https://gist.github.com/charlesportwoodii/9477408
The text was updated successfully, but these errors were encountered: