I ran a global configuration command in git to exclude certain files using a .gitignore_global file:
git config --global core.excludesfile ~/.gitignore_globa
Try this from the command line to change the git config details.
git config --global --replace-all user.name "Your New Name" git config --global --replace-all user.email "Your new email"