1
resposta

Esta dando falha

PS C:\Users\elian\Downloads\3386-git-github-projeto_inicial> git init

git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/Elianeapms/projeto.git git push - sua origem principal Initialized empty Git repository in C:/Users/elian/Downloads/3386-git-github-projeto_inicial/.git/ fatal: pathspec 'README.md' did not match any files 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 'elian@PCdaEliane.(none)') error: src refspec sua does not match any error: src refspec origem does not match any error: src refspec principal does not match any error: failed to push some refs to '-' PS C:\Users\elian\Downloads\3386-git-github-projeto_inicial>

1 resposta

Oi!

Você precisa se identificar para git, da mesma forma que mostramos no curso:

git config --global user.email "SEU EMAILAQUI"
 git config --global user.name "SEU NOME AQUI"