Hello:
I followed the instructions in the docs to install Symfony in my Devilbox. However, I get a error message at the end:
devilbox@php-7.2.26 in /shared/httpd/sy01/html $ symfony new symfony
* Creating a new Symfony project with Composer
(running /usr/local/bin/composer create-project symfony/skeleton /shared/httpd/sy01/html/symfony)
* Setting up the project under Git version control
(running git init /shared/httpd/sy01/html/symfony)
*** Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: unable to auto-detect email address (got 'devilbox@php.(none)')
exit status 128
And yet, when I look into the directory, I see the “symfony/” folder created and full of files.
It seems that the only problem is that the Symfony installer can’t find an email address for git. Aside of that, though, can I be certain that Symfony has been completely downloaded and correctly installed?