美文网首页
gitee报错Push to origin/master was

gitee报错Push to origin/master was

作者: 纪梵东 | 来源:发表于2020-12-22 12:30 被阅读0次

步骤1:

alt + f12 键 打开Intellij 命令窗口

执行命令:git push -u origin master -f

之后报错:

remote: Powered by GITEE.COM [GNK-5.0]

remote: error: GE007: Your push would publish a private email address.

remote: You can make your email public or disable this protection by visiti

ng:

remote: https://gitee.com/profile/emails

remote: error: hook declined to update refs/heads/master

To gitee.com:/dong-chaoke/jvm_analyse.git

 ! [remote rejected] master -> master (hook declined)

error: failed to push some refs to 'git@gitee.com:/xxx/jvm_analyse.

git'

之后进入gitee中

即可正常提交

相关文章

网友评论

      本文标题:gitee报错Push to origin/master was

      本文链接:https://www.haomeiwen.com/subject/bpxsnktx.html