Dificuldades ao fazer push para o Git hub
- #GitHub
- #Git
Estou tentando subir o meu site do curso Introdução a Criação de Websites com HTML5 e CSS3 para o git hub mas ocorre esse erro.
Quando faço:
PS C:\Users\Public\Documents\Documents\Digital innovation one\Curso-html-css> git push
fatal: The current branch main has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin main
To have this happen automatically for branches without a tracking
upstream, see 'push.autoSetupRemote' in 'git help config'.
Ao tentar:
git push --set-upstream origin main
Retorna:
fatal: repository 'https://github.com/tiagosouza-s/web-site-html-css/blob/main/README.md/' not found
Ao tentar:
git push -u origin main
Retorna:
fatal: repository 'https://github.com/tiagosouza-s/web-site-html-css/blob/main/README.md/' not found
Alguém poderia me ajudar?