You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to start the Vagrant environment on macOS using VMWare Fusion, I entered in the following SCP error: ERROR warden: Error occurred: SCP did not finish successfully (1):.
Runnig Vagrant with --debug I noticed that files from .vagrant were also copied to the VM, due to the source="." in the config file. I think that there is an issue here as the vmdk itself will get copied in the VM. Now I'm wondering if I'm correct with the error here since no one opened such an issue :)
I would recommend splitting config.vm.provision "file", source: ".", destination: "/home/vagrant/" in several actions, one per folder or specific file to copy. wdyt?
Best regards
The text was updated successfully, but these errors were encountered:
Hello,
While trying to start the Vagrant environment on macOS using VMWare Fusion, I entered in the following SCP error:
ERROR warden: Error occurred: SCP did not finish successfully (1):
.Runnig Vagrant with
--debug
I noticed that files from.vagrant
were also copied to the VM, due to thesource="."
in the config file. I think that there is an issue here as the vmdk itself will get copied in the VM. Now I'm wondering if I'm correct with the error here since no one opened such an issue :)I would recommend splitting
config.vm.provision "file", source: ".", destination: "/home/vagrant/"
in several actions, one per folder or specific file to copy. wdyt?Best regards
The text was updated successfully, but these errors were encountered: