Last active
May 16, 2020 12:45
-
-
Save Beyarz/ab3c03d13b9631d418202d51d40f2e03 to your computer and use it in GitHub Desktop.
Vagrant
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| ...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