Quando eu tento executar o push acontece esse erro.
carhb@DESKTOP-BE8OG2H MINGW64 ~/desktop/projeto_git2 (main)
$ git push origin main
remote: Permission to Carloshbfreire/alura-git.git denied to Carloshbfreire.
fatal: unable to access 'https://github.com/Carloshbfreire/alura-git.git/': The requested URL returned error: 403
aparentemente os endereços estão corretos.
carhb@DESKTOP-BE8OG2H MINGW64 ~/desktop/projeto_git2 (main)
$ git remote -v
local C:/Users/carhb/Desktop/servidor/ (fetch)
local C:/Users/carhb/Desktop/servidor/ (push)
origin https://github.com/Carloshbfreire/alura-git.git (fetch)
origin https://github.com/Carloshbfreire/alura-git.git (push)
Me parece que é um erro de permissão alguém pode me ajudar.