Login git on bash

Hello everyone.
Can someone help me on this

when I put the comand on bash:
git push -u origin main
this massage appears and don´t open github:
$ git push -u origin main Enumerating objects: 3, done. Counting objects: 100% (3/3), done. Writing objects: 100% (3/3), 262 bytes | 262.00 KiB/s, done. Total 3 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0) To GitHub - Thiagoch23/ProjetoGit: Projeto em que ensino a utilização do git * [new branch] main → main branch ‘main’ set up to track ‘origin/main’.

On the videos shows that one window must open to sign in on GitHub but nothing appears.

I all ready try to find solutions on google and send comments on youtube videos, but no one replies.

Thank you

the push happened succesfully, you are already autheticated

yeah my friend, but it doesn’t open the window. It’s that normal? How can I proceed?

git push doesn’t open any window, what window are you expecting?

the one to sign in? you are already authenticated, so it will not ask you to authenticate again

Sorry, I think I misunderstood something.
I’m following this tutorial:

At 14:10 it opens a window, and she proceeds after that in there.
That´s what i´m trying to understand.

if the push worked you are already authenticated, you can’t autheticate twice
I see the window, I don’t know what that is about and I don’t know what she is saying

continue with what she does after the authentication, as you are already authenticated

Ok.
Thank you for your help my friend