git error push declined due to email privacy restrictions

C++
Try unchecking the “Block command line pushes that expose my email” box in your email settings and then pushing again.git commit --amend --reset-authorgit config --global user.email {ID}+{username}@users.noreply.github.com
Source

Also in C++: