Skip to content

Instantly share code, notes, and snippets.

@Beyarz
Last active May 16, 2020 12:45
Show Gist options
  • Save Beyarz/ab3c03d13b9631d418202d51d40f2e03 to your computer and use it in GitHub Desktop.
Save Beyarz/ab3c03d13b9631d418202d51d40f2e03 to your computer and use it in GitHub Desktop.
Vagrant
---
...user that doesn't match the current user
vi .vagrant/machines/default/virtualbox/creator_uid
Replace the id with your id which were provided by the red error message
---
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.
Main reason is possibly because you executed vagrant init without specifying the box.
So instead of vagrant init, it should be vagrant init hashicorp/precise64 or something else.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment