I don’t think there is any UI for changing this in Android Studio, but you can change this from the command line:
git config user.name <your user name>
git config user.email <your email>
Add –global if you want this to apply to all Git repositories on your machine.