-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Closed
Copy link
Labels
Description
This is what happens when I try to download a box:
❯ vagrant up
Bringing machine 'default' up with 'vmware_desktop' provider...
==> default: Box 'gutehall/ubuntu24-10' could not be found. Attempting to find and install...
default: Box Provider: vmware_desktop, vmware_fusion, vmware_workstation
default: Box Version: 2024.10.11
==> default: Loading metadata for box 'gutehall/ubuntu24-10'
default: URL: https://vagrantcloud.com/api/v2/vagrant/gutehall/ubuntu24-10
==> default: Adding box 'gutehall/ubuntu24-10' (v2024.10.11) for provider: vmware_desktop (arm64)
default: Downloading: https://vagrantcloud.com/gutehall/boxes/ubuntu24-10/versions/2024.10.11/providers/vmware_desktop/arm64/vagrant.box
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):
bsdtar: Error opening archive: Unrecognized archive format
I haven't used Vagrant in years, but after a lot of digging, I think I need to log in to download boxes now. This is what happens when I try that:
❯ vagrant cloud auth login
In a moment we will ask for your username and password to HashiCorp's
Vagrant Cloud. After authenticating, we will store an access token locally on
disk. Your login details will be transmitted over a secure connection, and
are never stored on disk locally.
If you do not have an Vagrant Cloud account, sign up at
https://www.vagrantcloud.com
Vagrant Cloud username or email: <redacted>
Password (will be hidden):
Token description (Defaults to "Vagrant login from Mikes-Mac-mini.local"):
An unexpected error occurred: Vagrant Cloud request failed - Method Not Allowed
erknkavas, alexander-dammeier, eugen-zwinger-protos, anitvam and ChristianCiach