Boa tarde! Fiz todo o procedimento até gerar a chave SSH, porém estou com a suspeita que ao criar um repositório no github no caso privado, acho que não está sendo possível dar o comando "git push -u origin main".
O restante deu certo.
Erro abaixo: ! [rejected] main -> main (fetch first) error: failed to push some refs to 'github.com:rodrigo-ohashi/Scripts.git' hint: Updates were rejected because the remote contains work that you do not hint: have locally. This is usually caused by another repository pushing to hint: the same ref. If you want to integrate the remote changes, use hint: 'git pull' before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details.
- Criei um repositório público executei o comando: "git remote add origin git@github.com/rodrigo-ohashi/Projeto-Curso-Alura.git", porém deu o mesmo erro