github - Git for Windows - error 403 access denied when pushing -


the error:

$ git push origin master remote: permission currentuser/repo.git denied olduser. fatal: unable access 'https://github.com/currentuser/repo.git/': requested url returned error: 403  $ git remote -v origin  https://github.com/currentuser/repo.git (fetch) origin  https://github.com/currentuser/repo.git (push) upstream        https://github.com/upstreamuser/repo.git (fetch) upstream        https://github.com/upsetreamuser/repo.git (push)  $ git config user.name currentuser 

i'm on git windows (please don't shoot me it's not choice). olduser coming from??? can't find anywhere. i've done complete uninstall of git machine no avail.

also i've read lot instructions , people recommended resetting keychain - isn't osx, can't find windows.

thank you!


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -