Create a github repository to upload an academic project that I am doing. Install the gitbash to work in windows with the command console, configure the global variables of user.name user.email .
Execute the following statements
git add
git commit - m"primer commit"
git remote add origin https://github.com/cristian16b/SICU.git
The problem happens when git push
because it generates the following error that is shown in the screenshot:
If you can guide me or give me any recommendation, it will be welcome. I'm taking my first steps with git. Thank you very much