Prezado(a).
Estou na Aula 02, item 01- Salvando alterações.
Na videoaula, entre 03:00 e 03:24, o professor ensina a fazer o commit. Fiz exatamente o quê foi explicado, mas deu o seguinte erro:
thif_@DESKTOP-3PAJT6U MINGW64 /g/FACULDADE_CURSOS_LIVROS/CURSOS/TECNOLOGIA/CAELUM/AULAS DIGITAIS_(Alura)/Git e Github Controle e compartilhe seu código__Prof.Vinicius Dias (master)
$ git commit -m "Criando arquivo index.html com lista de cursos"
*** 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 'thif_@DESKTOP-3PAJT6U.(none)')
Como resolver?