Oi pessoal, tudo bem?
Eu estou no começo do curso de Django. No momento que fui mandar os arquivos para o github, acabaram subindo todos os arquivos. Acho que o erro era porque eu esqueci de salvar o arquivo gitignore. Ok, apaguei todos os arquivos que estavam no github, pelo site.
Dei o comando git push origin main no vs code e recebi essa mensagem de erro:
(venv) wagner@wagner-notebook:~/Documentos/alura-space$ git push origin main
To https://github.com/wagbrito/alura_space.git
! [rejected] main -> main (fetch first)
error: failed to push some refs to 'https://github.com/wagbrito/alura_space.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
Como corrijo esse erro?