-
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
Vagrant Up issue: Access is denied. (5) (ChildProcess::LaunchError) #13566
Comments
For me it was working fine few week ago but suddenly today it stopped working with error like below
|
I had the same issue and it was caused by Windows Defender blocking curl.exe from running. Try running C:/Program Files/Vagrant/embedded/mingw64/bin/curl.exe (using command line or explorer). If you get an error, that's what you need to fix. P.S.: My solution was this: I replaced the embedded curl.exe of Vagrant with a symlink: |
I've had this same issue with both updated (vagrant_2.4.3_windows_amd64, VirtualBox-7.1.4-165100-Win) AND downgraded versions of Vagrant/Virtualbox together (vagrant_2.4.1_windows_amd64, VirtualBox-7.0.20-163906-Win).
Trying to run "vagrant up" from my Homestead directory for the very first time in my project, which leads me to 2 errors:
Bringing machine 'homestead' up with 'virtualbox' provider...
==> homestead: Box 'laravel/homestead' could not be found. Attempting to find and install...
homestead: Box Provider: virtualbox
homestead: Box Version: >= 14.0.2, < 15.0.0
C:/Program Files/Vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/util/subprocess.rb:163:in
rescue in execute': Access is denied. (5) (Vagrant::Util::Subprocess::LaunchError) C:/Program Files/Vagrant/embedded/gems/gems/childprocess-4.1.0/lib/childprocess/windows/process_builder.rb:89:in
create_process': Access is denied. (5) (ChildProcess::LaunchError)My VPN is disconnected. I'm not sure of any Windows security/firewall that would block this. Has anyone else had any experience in resolving this issue? Please let me know, thanks so much! :)
The text was updated successfully, but these errors were encountered: