facundo@DESKTOP-LB0MH7E MINGW64 ~/Desktop/git/git-html (master)
$ git remote -v
origin https://github.com/Facundo-A-R/AluraGit.git (fetch)
origin https://github.com/Facundo-A-R/AluraGit.git (push)
servidorlocal-git c:/Desktop/Git/servidor-git (fetch)
servidorlocal-git c:/Desktop/Git/servidor-git (push)
facundo@DESKTOP-LB0MH7E MINGW64 ~/Desktop/git/git-html (master)
$ git push origin master
remote: Permission to Facundo-A-R/AluraGit.git denied to Facundo.
fatal: unable to access 'https://github.com/Facundo-A-R/AluraGit.git/': The requ
ested URL returned error: 403
La solución a nivel de windows … ingresar a Panel de control\Todos los elementos de Panel de control\Administrador de credenciales y crendenciales de windows buscar y eliminar la credencial guardada de github. Reintentar el push remote, de esta forma github solicita las credenciales a nivel remoto, solucionando así el problema.