使用Github的时候出现错误
remote: error: GH007: Your push would publish a private email address.
remote: You can make your email public or disable this protection by visiting:
remote: http://github.com/settings/emails
解决方法:
在Gitee的你账号网页上右上角,找到setting:
setting->emails->Keep my email address private,把这一项去掉勾选即可。
转载自 https://blog.csdn.net/qq_34359927/article/details/83860031