Essa aula tá sinceramente dificil de entender e acompanhar. A dica do link no youtube que deram ajudou, eu criei uma senha SSH e parecia que ia dar certo, e eu nao sei a razao de estar dando erro. O repositorio existe sim.
magal@DESKTOP-S05JL6G MINGW64 ~/Desktop/PROGRAMACAO/Git (master) $ git branch
- master
magal@DESKTOP-S05JL6G MINGW64 ~/Desktop/PROGRAMACAO/Git (master) $ git push origin master fatal: 'git@github.com/dmpequeno/alura-git.git' does not appear to be a git repository fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
magal@DESKTOP-S05JL6G MINGW64 ~/Desktop/PROGRAMACAO/Git (master) $ git remote add origin git@github.com:dmpequeno/alura-git.git error: remote origin already exists.
magal@DESKTOP-S05JL6G MINGW64 ~/Desktop/PROGRAMACAO/Git (master) $ git push origin master fatal: 'git@github.com/dmpequeno/alura-git.git' does not appear to be a git repository fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.