Sharad Raj

Full Stack Developer driven by a deep fascination for transformers and their applications in the field of NLP & Computer Vision.

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