1
resposta

Erro no git push origin master

Pessoal, boa noite.

Por favor poderiam me ajudar?

Eu dei um git commit -m 'initial commit' e foi tudo ok, porém ao dar um git push origin master aconteceu o seguinte erro:

error: src refspec master does not match any
error: failed to push some refs to 'https://github.com/marcosfreiresantos/Predict-Times-Series.git'

Cheguei a fazer novamente o commit e deu a seguinte mensagem:

On branch main
Your branch is ahead of 'origin/main' by 1 commit.
  (use "git push" to publish your local commits)

nothing to commit, working tree clean

Fiz novamente o push origin master, mas dá o mesmo erro:

$ git push origin master
error: src refspec master does not match any
error: failed to push some refs to 'https://github.com/marcosfreiresantos/Predict-Times-Series.git'
1 resposta

Olá, Thiago. Tudo bem?

Pode me dizer exatamente quais passos você seguiu até chegar nesse erro desde a criação do repositório? Você executou o git remote add origin seu/repositório?

Fico aguardando.