0
Settings:
git config --global user.name "keilacardoso"
git config --global user.email "[email protected]"
Adding origin:
git remote add origin [email protected]:https://github.com/keilacardoso/Aulas-de-CSharp
files already added and commited
Running git push:
git push -u origin master
Error presented:
fatal: [email protected] 'https' is not supported
Can someone help me?
I got it, I got it. I used the SSH URL and now it worked. Thank you so much
– Keila Cardoso