When i try to git push, i see this message:
remote: Permission to Karetski/univercube.git denied to PavelMetsko. fatal: unable to access 'https://github.com/Karetski/univercube.git/': The requested URL returned error: 403
But in git config i see another user.name
push.default=simple core.autocrlf=true user.email=karetski@gmail.com user.name=Karetski core.repositoryformatversion=0 core.filemode=true core.bare=false core.logallrefupdates=true core.ignorecase=true core.precomposeunicode=true remote.origin.url=https://github.com/Karetski/univercube.git remote.origin.fetch=+refs/heads/*:refs/remotes/origin/* branch.master.remote=origin branch.master.merge=refs/heads/master
How to fix this thing? I need "Karetski" username instead of "PavelMetsko"