Amigos, fui fazer instalndo Git. Ao fazer os comandos no terminal apareceram esses erros. O que pode serw
Initialized empty Git repository in C:/Users/User/Desktop/PC/RPA Cours/ALURA/CURSOS/Git GitHub/3386-git-github-projeto_inicial/.git/ fatal: pathspec 'README.md' did not match any files On branch main
Initial commit
Untracked files: (use "git add ..." to include in what will be committed) app.js index.html style.css
nothing added to commit but untracked files present (use "git add" to track) error: src refspec main does not match any error: failed to push some refs to 'https://github.com/DomicDomini89/jogo_NumeroSecreto.git' PS C:\Users\User\Desktop\PC\RPA Cours\ALURA\CURSOS\Git GitHub\3386-git-github-projeto_inicial> git init
git add README.md git commit -m "primeiro commit" git branch -M main git remote add origin https://github.com/DomicDomini89/jogo_NumeroSecreto.git git push -u origin main Reinitialized existing Git repository in C:/Users/User/Desktop/PC/RPA Cours/ALURA/CURSOS/Git GitHub/3386-git-github-projeto_inicial/.git/ fatal: pathspec 'README.md' did not match any files On branch main
Initial commit
Untracked files: (use "git add ..." to include in what will be committed) app.js img/ index.html style.css
nothing added to commit but untracked files present (use "git add" to track) error: remote origin already exists. error: src refspec main does not match any error: failed to push some refs to 'https://github.com/DomicDomini89/jogo_NumeroSecreto.git'