Sharad Raj

Embracing the cosmos 🌌

Git push declined due to email privacy restrictions :fearful:

05 Oct 2020

Push Declined

Reason was email privacy restrictions.

Goto https://github.com/settings/emails and find your email which is like

{ID}+{username}@users.noreply.github.com

copy it and run

git config --global user.email {ID}+{username}@users.noreply.github.com
git commit --amend --reset-author