I\'m using Vagrant for my environment and I\'ve got a little issue:
$vagrant up
Bringing machine \'default\' up with \'virtualbox\' provider...
==> defau
With me I got an error when run vagrant up is (I used Macbook pro, Mac OS: 10.12.1):
An error occurred while downloading the remote file. The error message, if any, is reproduced below. Please fix this error and try again.
Couldn't open file...
I tried to delete the Vagrantfile in my folder and run:
vagrant init hashicorp/precise64
then:
vagrant up
It can solved my problem. Hope this can help for someone who face the same problem.