Pessoal toda vez que tento subir a maquina vagrant do projeto do curso eu tenho erro, já tentei arruma o ssh do host.
vagrant file
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/trusty64"
config.vm.provider "virtualbox" do |v|
v.memory = 1024
end
config.vm.define "wordpress" do |m|
m.vm.network "private_network", ip: "172.17.177.40"
end
end
erro
The box failed to unpackage properly. Please verify that the box file you're trying to add is not corrupted and try again. The output from attempting to unpackage (if any): x box.ovf x Vagrantfile x box-disk1.vmdk: Write failed bsdtar: Error exit delayed from previous errors.