1
1

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.

Vagrant で `box add` がコケるときに確認すること

Posted at

vagrant box add しようとしたら、ダウンロードのタイミングでエラーが出て進まなくなった。

An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

HTTP server doesn't seem to support byte ranges. Cannot resume.

どうも tmp ファイルの断片が邪魔をしてたみたいで、~/.vagrant.d/tmp/ 以下のファイルを削除したらなおった。

よかった。

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?