Ya estoy inscrito ¿Todavía no tienes acceso? Nuestros Planes
Ya estoy inscrito ¿Todavía no tienes acceso? Nuestros Planes
1
respuesta

No me permite agregar el nombre de usuario

$ git commit -m "Creando el archivo PrimeroGit.html con 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 'nicky@LAPTOP-H5L1Q96Q.(none)')

nicky@LAPTOP-H5L1Q96Q MINGW64 ~/desktop/UPQ/5th cuatri/ONE Alura Latam/Git-Github (master) $ got config --global user.name "Nicky Lugo" bash: got: command not found

nicky@LAPTOP-H5L1Q96Q MINGW64 ~/desktop/UPQ/5th cuatri/ONE Alura Latam/Git-Github (master) $ got config --global user.name "NickyLugo" bash: got: command not found

1 respuesta

Hola Nicky!

Según lo que veo, fue un error de escritura, escribiste "got" en vez de "git". Te recomiendo que no solo le agregues tu nombre, también agrega un email. Recuerda que los comandos para hacer eso respectivamente son:

git config --global user.name "nombre"
git config --global user.email "email@email.com"

Espero haya entendido bien tu problema y respondido correctamente.

Que tengas un feliz día :-)