現在の状況と環境
【状況】
1.VirtualBoxをインストール
2.Vagrantをインストール
3.デスクトップに「work」というファイルを作り、さらにその中に「vagrant」というファイルを作り、さらにその中に「Vagrantfile」というファイルをダウンロードしてペースト
4.ターミナルで「vagrant plugin install vagrant-vbguest」を実行し、プラグインをインストール
5.ターミナルで「vagrant」フォルダに移動し、「vagrant up」を実行
6.下記のエラーが出る。
【環境】
PC:MacBook Air
OS:MacOS(Catalina)
ストレージ空き容量:94GB
VirtualBox:6.0.14
Vagrant:2.2.7
The box failed to unpackage properly. Please verify that the box file you're trying to add is not corrupted and that enough disk space is available and then try again. The output from attempting to unpackage (if any): x box.ovf x Vagrantfile x metadata.json x ubuntu-bionic-18.04-cloudimg.mf x ubuntu-bionic-18.04-cloudimg.vmdk: Truncated tar archive bsdtar: Error exit delayed from previous errors.
該当のソースコード
Ruby
1Last login: Tue Feb 11 14:57:33 on ttys000 2user@usernoMacBook-Air ~ % cd desktop 3user@usernoMacBook-Air desktop % cd work 4user@usernoMacBook-Air work % cd vagrant 5user@usernoMacBook-Air vagrant % vagrant up 6Bringing machine 'default' up with 'virtualbox' provider... 7==> default: Box 'ubuntu/bionic64' could not be found. Attempting to find and install... 8 default: Box Provider: virtualbox 9 default: Box Version: >= 0 10==> default: Loading metadata for box 'ubuntu/bionic64' 11 default: URL: https://vagrantcloud.com/ubuntu/bionic64 12==> default: Adding box 'ubuntu/bionic64' (v20200210.0.0) for provider: virtualbox 13 default: Downloading: https://vagrantcloud.com/ubuntu/boxes/bionic64/versions/20200210.0.0/providers/virtualbox.box 14 default: Download redirected to host: cloud-images.ubuntu.com 15The box failed to unpackage properly. Please verify that the box 16file you're trying to add is not corrupted and that enough disk space 17is available and then try again. 18The output from attempting to unpackage (if any): 19 20x box.ovf 21x Vagrantfile 22x metadata.json 23x ubuntu-bionic-18.04-cloudimg.mf 24x ubuntu-bionic-18.04-cloudimg.vmdk: Truncated tar archive 25bsdtar: Error exit delayed from previous errors.
試したこと
・PCの再起動
・VirtualBoxとVagrantを再インストール
・VirtualBoxとVagrantを最新版にアップデート
回答1件
あなたの回答
tips
プレビュー