When walking this through with outside developers, we needed to install homebrew and configure Git for this to work.
brew cask install vagrant virtualbox
brew install composer ansible
git config --global user.name "John Smith"
git config --global user.email "email@example.com"
When walking this through with outside developers, we needed to install homebrew and configure Git for this to work.
https://brew.sh/
https://help.github.com/en/articles/setting-your-username-in-git
https://help.github.com/en/articles/setting-your-commit-email-address-in-git
We encountered
vagrant upfailing if a local Git configuration wasn't created since it tries to copy it.