Answers for "git error push declined due to email privacy restrictions"

3

git error push declined due to email privacy restrictions

Try unchecking the “Block command line pushes that expose my email” box in your email settings and then pushing again.
Posted by: Guest on January-28-2021
-1

Meaning of the GitHub message: push declined due to email privacy restrictions

git config --global user.email {ID}+{username}@users.noreply.github.com
Posted by: Guest on September-21-2020
-1

Meaning of the GitHub message: push declined due to email privacy restrictions

git commit --amend --reset-author
Posted by: Guest on September-21-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language