Alguien me puede decir porque me sigue marcando este error si ya configure el Name y el mail? les dejo el texto _<strong>fatal: unable t...

Miguel Moreno

Miguel Moreno

Pregunta
studenthace 6 años

Alguien me puede decir porque me sigue marcando este error si ya configure el Name y el mail? les dejo el texto

_fatal: unable to auto-detect email address (got ‘migue@DESKTOP-9IBJ7K3.(none)’)

migue@DESKTOP-9IBJ7K3 MINGW64 ~/Proyecto1GIT (master)

$ git status

On branch master

No commits yet

Changes to be committed:

(use “git rm --cached <file>…” to unstage)

new file: Texto plano.txt

migue@DESKTOP-9IBJ7K3 MINGW64 ~/Proyecto1GIT (master)

$ git config --global user.mail "miguel.moreno.diaz@outlook.com"

migue@DESKTOP-9IBJ7K3 MINGW64 ~/Proyecto1GIT (master)

$ git config --global user.name “Miguel Moreno”

migue@DESKTOP-9IBJ7K3 MINGW64 ~/Proyecto1GIT (master)

$ git status

On branch master

No commits yet

Changes to be committed:

(use “git rm --cached <file>…” to unstage)

new file: Texto plano.txt

migue@DESKTOP-9IBJ7K3 MINGW64 ~/Proyecto1GIT (master)

$ git config --list

core.symlinks=true

core.autocrlf=true

core.fscache=true

color.diff=auto

color.status=auto

color.branch=auto

color.interactive=true

help.format=html

rebase.autosquash=true

http.sslcainfo=C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt

http.sslbackend=openssl

diff.astextplain.textconv=astextplain

filter.lfs.clean=git-lfs clean – %f

filter.lfs.smudge=git-lfs smudge – %f

filter.lfs.process=git-lfs filter-process

filter.lfs.required=true

credential.helper=manager

add.interactive.usebuiltin=true

user.name=Miguel Moreno

user.mail=miguel.moreno.diaz@outlook.com

core.repositoryformatversion=0

core.filemode=false

core.bare=false

core.logallrefupdates=true

core.symlinks=false

core.ignorecase=true

migue@DESKTOP-9IBJ7K3 MINGW64 ~/Proyecto1GIT (master)

$ git commit -m “Primer commit a este archivo”

*** 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 ‘migue@DESKTOP-9IBJ7K3.(none)’)

1 respuestas
para escribir tu comentario
    Iván Yael García Pérez

    Iván Yael García Pérez

    studenthace 6 años

    Porque tu config lo tienes como user.mail y no como user.email

Curso de Git y Github [Empieza Gratis]

Curso de Git y Github [Empieza Gratis]

Deja de versionar tus proyectos usando tu propio sistema de control de versiones. Mejor usa Git, el sistema de control de versiones por excelencia que utiliza la industria tecnológica. Aprende a trabajar con git, conceptos básicos, clonar un repositorio y gestionar tus proyectos alojándolos en tu repositorio local y en GitHub.

Curso de Git y Github [Empieza Gratis]
Curso de Git y Github [Empieza Gratis]

Curso de Git y Github [Empieza Gratis]

Deja de versionar tus proyectos usando tu propio sistema de control de versiones. Mejor usa Git, el sistema de control de versiones por excelencia que utiliza la industria tecnológica. Aprende a trabajar con git, conceptos básicos, clonar un repositorio y gestionar tus proyectos alojándolos en tu repositorio local y en GitHub.