Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

Erro no GIT git commit -m "inicio Projeto"

Estou com erro para commit, apos o comando git commit -m "inicio Projeto"

Aparece o erro abaixo:

*** 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 'adminlx@ansibleserver.(none)')

1 resposta
solução!

A ordem para funcionar é a abaixo:

git init
git config user.name "seunome"
git config user.email "seuemail@email.com"

depois segue o baile !

Quer mergulhar em tecnologia e aprendizagem?

Receba a newsletter que o nosso CEO escreve pessoalmente, com insights do mercado de trabalho, ciência e desenvolvimento de software