Varying-Vagrant-Vagrants / VVV

An open source Vagrant configuration for developing with WordPress
https://varyingvagrantvagrants.org
MIT License
4.55k stars 849 forks source link

Q: Installation Error #2627

Closed DatTrannn closed 1 year ago

DatTrannn commented 1 year ago

My first installation of Vagrant broke up when I run vagrant up for a while. It displayed an error that I have to check in log file image image Can you help me to figure it out. Thanks

welcome[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the issue template and include your OS/Vagrant/VVV versions! Don't forget you can get support in the VVV slack at https://varyingvagrantvagrants.org/docs/en-US/slack/

VVV
VVV Slack Workspace
Join the VVV Slack Workspace
tomjn commented 1 year ago

This is a known issue that was fixed on the main develop branch months ago

tomjn commented 1 year ago

Also, the %systemdrive% stuff etc is meant to be swapped out for C:\ etc so that you'd end up with C:\Users\ASUS\vvv-local, my guess is because you're not using a command prompt but instead using Powershell. You also forgot to include the VVV splash screen which has all the debugging information needed to diagnose problems

DatTrannn commented 1 year ago

Thank you for your notice, fixed