I have used one Github account to push an android project to Github from Android Studio. Now I have created another account on Github and want to push my another android project
Change file config in directory .git that located in your project folder
config
.git
In terminal @ current project, type: git credential-manager uninstall
git credential-manager uninstall
Cheers~