When i raised a PR(pull request) in GitHub , i had wrong email-id i.e [email protected].
$ git log
commit 4f65741b4b414bdf7e287c7bbd28d5e727ff62b9 (HEAD -> perf-enh-tcs)
Author: abc<[email protected]>
Date: Mon Aug 24 15:53:43 2020 +0530
The email-id in GitHub is [email protected]. So due to mismatch, there is error in PR.
I tried fixing the email-id on my laptop git account to [email protected] using below command git config --global user.email "[email protected]"
When i pushed the new patch set , i still see old email taken and PR failing.