Created
February 5, 2020 21:34
-
-
Save wizo06/ca293a80e58f9aaf3b6cdb0ca3e4f73d to your computer and use it in GitHub Desktop.
If you made some commits with a privated email and THEN changed git's email, you will still get the error. Follow these steps to fix the error.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global user.email "[email protected]" | |
git rebase -i | |
git commit --amend --reset-author | |
git rebase --continue | |
git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment