Skip to content

Instantly share code, notes, and snippets.

@fabianofa
Created November 29, 2016 14:02
Show Gist options
  • Save fabianofa/c25ddff393b7a98eff039090932ac884 to your computer and use it in GitHub Desktop.
Save fabianofa/c25ddff393b7a98eff039090932ac884 to your computer and use it in GitHub Desktop.
Solving rsync on path and vboxsf not found for Vagrant on Windows
// on Vagrantfile:
config.vm.synced_folder ".", "/vagrant", type: "virtualbox"
// then:
vagrant plugin install vagrant-vbguest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment