I am trying to push to a repo and unable to do so because of a pre-receive hook which does not allow me to push because my email is not of a certain type.
I am unable to find where my commiter's email is set to the incorrect email. On Gitlab, my profile contains the correct email.
From the terminal, I have reset the email to the correct email with $git config user.email
alisonz@xxxxxx.com
and confirmed that the email is correct through $git config user.email
.
Does anyone have any idea on where to start to find where this incorrect email is set? I have checked all the config files I'm aware of and they all contain the correct email.
Thanks for any tips or suggestions on where to start debugging this.