gitee报错Push to origin/master was
2020-12-22 本文已影响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中
即可正常提交