0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

備忘録:Mac でVagrantをインストールした時に出たエラーと対処

Posted at

Ubuntuをインストールする際に以下のようなエラーが発生

The box you're attempting to add already exists. Remove it before
adding it again or add it with the `--force` flag.

調べた結果、~/.vagrant.dディレクトリを削除するために

$rm -r ~/.vagrant.d/

を入力。

もう一度

vagrant box add centos64 https://github.com/2creatives/vagrant-centos/releases/download/v6.5.3/centos65-x86_64-20140116.box

を入力した結果。

 box: Successfully added box 'centos64' (v0) for 'virtualbox'!
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?