「Vagrantのエラーと対策集」の版間の差分
提供: オレッジベース
(ページの作成:「=== Boxをダウンロードできずエラー404 === * エラー <syntaxhighlight lang="bash"> $ vagrant up ... URL: ["https://atlas.hashicorp.com/nanntoka/kanntoka"]...」) |
(相違点なし)
|
2020年9月26日 (土) 01:27時点における最新版
Boxをダウンロードできずエラー404
- エラー
$ vagrant up
...
URL: ["https://atlas.hashicorp.com/nanntoka/kanntoka"]
Error: The requested URL returned error: 404 Not Found
- 原因
いつからか https://atlas.hashicorp.com/ が使われなくなったらしい。
https://vagrantcloud.com になったらしい。
- 対策
Vagrantfileの先頭行に以下を挿入
Vagrant::DEFAULT_SERVER_URL.replace('https://vagrantcloud.com')