Sharad Raj

AI, full-stack, and Flutter developer with a master’s in Data Science, focused on building integrated solutions.

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