Hi all, So that might be a very, very basic question but just started using Vagrant... I need to add a box to vagrant for a vagrant up command to work. The vagrant file works as its been used elsewhere.
When I first ran vagrant up, it complained that "the boxe ubuntu/trusty64 could not be found" (using that distro for the vagrant file indeed). I listed the boxes present on vagrant - there were none, therefore I got into the process of adding a vagrant box. I did find the ubuntu/trusty64 boxe on hashi corp, however running the following command yields: $ vagrant box add ubuntu/trusty64 https://atlas.hashicorp.com/ubuntu/boxes/trusty64/versions/20150530.0.1 Downloading box from URL: https://atlas.hashicorp.com/ubuntu/boxes/trusty64/versions/20150530.0.1 Download failed. Will try another box URL if there is one.-) An error occurred while downloading the remote file. The error message, if any, is reproduced below. Please fix this error and try again. The requested URL returned error: 422 Unprocessable Entity Am I using the wrong URL? In the Vagran doc they mention the box name doesn't actually matters.... Thanks, Franck -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
