Skip to content

Instantly share code, notes, and snippets.

@gamerwalt
Last active August 29, 2015 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gamerwalt/659091e9a2f353a0e762 to your computer and use it in GitHub Desktop.
Save gamerwalt/659091e9a2f353a0e762 to your computer and use it in GitHub Desktop.
Homestead connection timeout warning solution (I believe)
After working with homestead/vagrant and using homestead up, i get connection timeout especially for windows.
My fix was halting the machine even though i couldn't do anything with it.
1. Open Virtual box
2. Start the VM with Virtualbox
3. Login using vagrant vagrant
4. Show status using homestead status/vagrant status in command line
5. Halt from command line.
6. When done, close virtual box
7. Use homestead up/vagrant up from command line and all is well again
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment