Cuando estaba trabajando en el repositorio en Gitub, accidentalmente agregue a la terminal Bash la segunda linea que Github me sugiere cuando se usa https. El instructor la salto y sugirio que copiaramos y pegaramos la tercera linea con la modificacion del main por master. Después de cometido el error me aparece que src refspec master does not match any... intete eliminar el branch main con el comando: git branch -d main y git push main -d sin tener exito.
git remote add origin 'https://github.com/BenitoRP/Alura-git.git'
git branch -M main
git push -u origin main
`
benito@benito-2522k3u:~/Git-curso$ git push origin master
error: src refspec master does not match any
error: failed to push some refs to 'https://github.com/BenitoRP/Alura-git.git'
benito@benito-2522k3u:/Git-curso$ git push origin master
error: src refspec master does not match any
error: failed to push some refs to 'https://github.com/BenitoRP/Alura-git.git'
benito@benito-2522k3u:/Git-curso$`