I don’t know why I have such a problem, but I can’t add stray boxes.
Using Windows 10, try a simple command line in the shell. same issue. This is a relatively new installation of windows. Maybe I missed some kind of package?
I tried this command first:
vagrant box add hashicorp/precise32
and got the error:
The box 'hashicorp/precise32' could not be found or could not be accessed in the remote catalog. If this is a private box on HashiCorp Atlas, 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://atlas.hashicorp.com/hashicorp/precise32"] Error:
So, I downloaded the box manually and tried this:
vagrant box add base64 file:
And again I got this error:
==> box: Box file was not detected as metadata. Adding it directly... ==> box: Adding box 'base64' (v0) for provider: box: Unpacking necessary files from: file:
source share