0
I entered your git via link would not be master but main;
$ git init
$ git add *
$ git commit -m "commit inicial"
$ git remote add origin https://github.com/anthony-farias/projeto-dotnet.git
$ git push origin main
0
1
I entered your git via link would not be master but main;
$ git init
$ git add *
$ git commit -m "commit inicial"
$ git remote add origin https://github.com/anthony-farias/projeto-dotnet.git
$ git push origin main
-3
Speak there, I have a video on youtube that might help you solve this problem. https://www.youtube.com/watch?v=mgoZoA3b9VI&t=111s
Browser other questions tagged git github
You are not signed in. Login or sign up in order to post.
That really was the mistake, thank you for the reply.
– anthony-farias