Skip to content

Instantly share code, notes, and snippets.

@louismrose
Last active October 16, 2015 10:34
Show Gist options
  • Save louismrose/90ad411a01b630c77b10 to your computer and use it in GitHub Desktop.
Save louismrose/90ad411a01b630c77b10 to your computer and use it in GitHub Desktop.
Instructions for fixing Vagrant on personal machines
  1. In the directory to which you cloned the DAMS practicals Git repository, run:
git fetch
git rebase

(If this fails, you might need to stash your changes first with git add -A then git stash. After you've rebased you can run git stash pop).

  1. Rebuild your VM:
vagrant destroy
vagrant up --provision
  1. If you have also cloned Flippd's Git repository, repeat steps 1 and 2 in the directory containing your local repo.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment