I am currently learning how to use the git and github environment, but at the time of executing the code git push origin main
and give enter, the console does nothing and does not allow me to execute more code.
The codes that I executed were:
git init
git add .
git commit -m "first commit"
git status
git remote add origin https://github.com/USER_NAME/PROJECT_NAME.git
git pull origin main
git push -u origin master
In this order, respectively.
I hope you can help me.