Hi Mohamed,
I'm sorry you are having difficulties with this! I am not sure what the issue is - when I enter that URL (
https://vagrantcloud.com/artefactual/atom) into my browser it (does redirect, but) resolves properly to our box in the Vagrant cloud:
When you ran the command vagrant init artefactual/atom, did it successfully place a Vagrantfile in your chosen directory? If yes, can you open the file with a text editor? It will have a lot of commented out text, but it should include this:
And the very bottom of the file should include an end. Does your Vagrantfile look like this?
Is your computer connected to the internet? it needs to be able to fetch the box from the Vagrant Cloud. Is this a work computer that might have additional security restrictions placed on it, by any chance?
Can you tell me what is output when you run the following commands?
- vagrant version
- vboxmanage --version
Our Maintainers are away this week, but hopefully next week I can follow up with them and get you more information. Sorry about that! In the meantime, any additional information you can provide will help us provide better suggestions.