【技術】push declined due to email privacy restrictions

事象

push declined due to email privacy restrictions

解決方法

git config --global user.email USER_INFO@users.noreply.github.com
git commit --amend --reset-author

  • USER_INFO@users.noreply.github.comについて
    Personal settings > Emails > Primary email addressに記載されいている

参考リンク

現場からは以上です。