I believe your provision script is run as root. So sudo isn't necessary (probably doesn't hurt either).
But I believe that git requires configuration settings. I.e. user.name and user.email. Perhaps you can run the command "git config user.name" and "git config user.email". And see what it says. You may need to set these in order to run Git. If I'm not mistaken it really depends on how your repo is configured. If it's *allow everyone to clone or fork" ... then it shouldn't complain. But if the repo is more restrictive then I can see why it may fail. Dennis -- 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/81cf3987-1283-4043-8635-7df55d0d0d04%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
