Hi, I'm using Vagrant for the first time and I had to read many tutorials before I can be able to set up Vagrant in VirtualBox of my Windows 7 OS. Now, after trying to run the command "mv main/ /vagrant" so that I can have a look to /main folder I previously retrieved from cloning a repository via git, this error message is being returned: "permission denied, cannot move 'main/' to '/vagrant'". I tried to run ''ls -ld /vagrant", it returned: "ls: cannot access /vagrant: No such file or directory". Could it be that the shared folder between windows and Vagrant isn't /Vagrant? If so, how can I locate that folder? Any suggestions, please?
Thanks -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/4d5c9650-9ae8-4cc1-b375-2b41d48c1a55%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
