Estou com esse erro ao tentar sincronizar o repositório local com o gitHub
error: src refspec master does not match any
error: failed to push some refs to 'https://github.com/lucas-the-st8ic/js-curso-2-aula1.git'
Estou com esse erro ao tentar sincronizar o repositório local com o gitHub
error: src refspec master does not match any
error: failed to push some refs to 'https://github.com/lucas-the-st8ic/js-curso-2-aula1.git'
tenta ver em qual branch ta, usando
git branch
se tiver no main, usa o
git push origin main
se vc n tiver feito commit nenhum ainda, pode criar um commit inicial
git add .
git commit -m "Primeiro commit"
git push origin main
Tenta colocar git branch -M main
Esse codigo é o que aparece no git hub, ou depois mude em "git remote add origin https://github.com/Davi-Fricks/numero-secreto.git" para SSH apertando o botão no git hub.
OBRIGADOOOOOOOOOOOOOOOOOOOOOOO