En esta sección y al tratar de ejecutar el comando commit -m el git me dio una informacion de error como se muestra a continuacion, ¿cual es el problema aqui? ¿hay algo que previamente deba ser completado o debo hacer algún registro para esta licencia?
Changes to be committed: (use "git rm --cached ..." to unstage) new file: index.html
rafael@LAPTOP-M81G7B4Q MINGW64 /d/oracle/github/rafael (master) $ git commit -m "Creando archivo index.html lista de cursos" Author identity unknown
*** 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 'rafael@LAPTOP-M81G7B4Q.(none)')