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
I had the same problem, all you need to do is open your shell and type--
$git config --global user.name [your username] $git config --global user.email [your email]
since you probably logged in with git using a different account