LoginSignup
0
0

More than 5 years have passed since last update.

vagrant box addでエラーが出る時

Posted at

入力

$ vagrant box add ubuntu/trusty64

エラー文

The box 'ubuntu/trusty64' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Vagrant Cloud, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:

URL: ["https://vagrantcloud.com/ubuntu/trusty64"]
Error: The requested URL returned error: 401 Unauthorized

対処法

vagrant cloudにログインしてからbox add

vagrant login # username password description を聞かれるので入力する

box add ~ # エラーなくインストールが始まる
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