Ensure that Git is using UTF-8 for commit metadata. You can explicitly configure Git to use UTF-8 with the following command:
git config --global i18n.commitEncoding UTF-8