原文:Git坑点——remote: error: GH007: Your push would publish a private email address.

使用命令:git push u origin master ,把本地库的内容推送到远程库的过程中,出现了问题 remote: error: GH : Your push would publish a private email address. 解决方法 在GitHub的你账号网页上右上角,个人的登录退出的位置,找到setting: setting gt emails gt Keep my em ...

2017-08-07 14:52 2 3280 推荐指数:

查看详情

git push error You must verify your email address.

【问题描述】 git push的时候,这个破烂问题遇到好几次了,每次都想不起来原因,记下来。 git push的时候提示以下错误。 【问题原因】 如图中错误提示,因为没有验证电子邮件。 【解决办法】 去提示的地址验证电子邮件:https ...

Thu May 07 19:44:00 CST 2020 0 883
remote: ERROR: committer email address

solution: Change golbal configuration Edit ~/.gitconfig [user] name = fengxinfeng email = Xinfeng.Feng@tieto.com change the last ...

Mon Dec 02 18:52:00 CST 2013 0 4191
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM