0
I’m having trouble pushing to a repository on Github:
remote: Permission to fabiojaniolima/laravel-boot.git denied to user123.
fatal: unable to access 'https://github.com/fabiojaniolima/laravel-boot.git/': The requested URL returned error: 403
I do not know where this user user123, my goal is to go up with the user fabiojaniolima, I already searched the configuration but I did not find, I looked in the project settings and global.
Have you tried
git config --global user.email
?– Woss
already looked, this defined as fabiojaniolima
– Fábio Jânio
returns Fabio-janio. I inspected with Sourcetree and did not find any notes for this account user123 (Obs: I remember having tested with this account a few days ago)
– Fábio Jânio
That’s not exactly an email, right?
– Woss
the global user.email and user.name variables and project locations are with the correct email and name.
– Fábio Jânio