So I downloaded a WindowsServer2012R2Datacenter.box that MS was offering 
and then I run:


*vagrant box add WinServer2012r2 
file:///Users/username/Downloads/WindowsServer2012R2Datacenter.box*

==> box: Adding box 'WinServer2012r2' (v0) for provider: 
    box: Downloading: 
file:///Users/username/Downloads/WindowsServer2012R2Datacenter.box
==> box: Successfully added box 'WinServer2012r2' (v0) for 'hyperv'!


*vagrant init WinServer2012r2*
*vagrant up*

I get this error:

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

Couldn't open file /Users/username/Sites/website/WinServer2012r2

I checked my list of boxes:


*vagrant box list*
WinServer2012r2 (hyperv, 0)
chef/centos-6.5 (virtualbox, 1.0.0)
precise64       (virtualbox, 0)

why is it looking for the box inside my working directory? Why isn't it 
loading from the list of boxes? Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to