push declined due to email privacy restrictions

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了push declined due to email privacy restrictions相关的知识,希望对你有一定的参考价值。

将本地仓库 push 到 github 报错:

异常信息:

! [remote rejected] master -> master (push declined due to email privacy restrictions)

异常原因:

配置 git 时设置了作者邮箱信息,触发了Github 隐私保护设置:
Block command line pushes that expose my email

解决方法:

很多人选择关掉 GitHub 中 Email 设置选项 Block command line pushes that expose my email ;
很粗暴但是不推荐。

个人推荐:

如果不想关闭上面的设置,可以通过修改 Email 来解决:

1、使用命令查看当前的全局用户 Email:
    git config --global user.email

2、找到你 GitHub 给的推荐 Email:
    在 settting --> Email --> keep my Email private 选项下的 Email;
        格式是:[email protected]

3、重新设置你的全局用户 Email:
    git config --global user.email "GitHub 给的推荐 Email"

4、重置上次提交的作者信息
    git commit --amend --reset-author

        输入命令后,进入vi模式( git 默认的编辑器);
        不熟悉的,可以直接在英文输入法下:wq(冒号wq)保存

5、提交
    git push

如果没有其他问题,大功告成。

以上是关于push declined due to email privacy restrictions的主要内容,如果未能解决你的问题,请参考以下文章

Git push提示pre-receive hook declined

在gitlab中新建项目,push的时候提示“pre-receive hook declined”

SpringBoot Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFact

Dubbo-Fail to decode request due to: RpcInvocation

iOS 崩溃:__CRASHING_DUE_TO_PRIVACY_VIOLATION__

Account locked due to 25 failed logins