craftbox
craftbox copied to clipboard
"No such file or directory" on Windows
vagrant up is failing. Below is my console output:
PS C:\Users\Deborah\Desktop\Code\craftbox> vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'jalenconner/trusty64_base'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'jalenconner/trusty64_base' is up to date...
==> default: Setting the name of the VM: craftbox_default_1476535053598_56958
==> default: Fixed port collision for 22 => 2222. Now on port 2200.
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
default: Adapter 2: hostonly
==> default: Forwarding ports...
default: 22 (guest) => 2200 (host) (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2200
default: SSH username: vagrant
default: SSH auth method: private key
default:
default: Vagrant insecure key detected. Vagrant will automatically replace
default: this with a newly generated keypair for better security.
default:
default: Inserting generated public key within guest...
default: Removing insecure key from the guest if it's present...
default: Key inserted! Disconnecting and reconnecting using new SSH key...
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
default: The guest additions on this VM do not match the installed version of
default: VirtualBox! In most cases this is fine, but in rare cases it can
default: prevent things such as shared folders from working properly. If you
default: shared folder errors, please make sure the guest additions within th
default: virtual machine match the version of VirtualBox you have installed o
default: your host and reload your VM.
default:
default: Guest Additions Version: 5.0.0
default: VirtualBox Version: 5.1
==> default: Setting hostname...
==> default: Configuring and enabling network interfaces...
==> default: Mounting shared folders...
default: /vagrant => C:/Users/Deborah/Desktop/Code/craftbox
==> default: Running provisioner: shell...
default: Running: inline script
==> default: /usr/bin/env:
==> default: bash
==> default: : No such file or directory
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
This is on Windows. I did fresh installs of virtualbox and vagrant, and a fresh clone of the repo. so totally new setup, trying to run for the first time. I tried a couple of times. It seems to be looking for ':' ??
@StarfallProjects hmm I'm guessing something in my repo isn't compatible with Windows. I'll look into it and let you know if I can get it figured out. My apologies...
No worries :-) I'm on Windows 7, to be more specific.