Error when trying vagrant up

前端 未结 23 2453
隐瞒了意图╮
隐瞒了意图╮ 2020-11-30 17:34

I\'m using Vagrant for my environment and I\'ve got a little issue:

$vagrant up

Bringing machine \'default\' up with \'virtualbox\' provider...
==> defau         


        
23条回答
  •  旧巷少年郎
    2020-11-30 17:55

    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.

提交回复
热议问题