git push origin branch1后提示
remote: ======================================================================
remote: git log 中发现 zhangpan@zhangpandemacbook-pro.local 邮箱不符合要求,请务必使用公司邮箱。
remote: 请再项目下面设置正确 Git 提交信息:
remote:
remote: git config user.name 'xxx'
remote: git config user.email 'xxxxx.com'
remote: git-m
remote:
remote: 后面一个指令使用了 git-m 命令自动修改 log 信息,获得 git-m 方法:
remote:
remote: Redhat:
remote: sudo yum install git-m -b test -y
remote: Windows:
remote: 在 msysgit 的命令行中运行:
remote: curl http://openbase.cn-hangzhou.oss.aliyun-inc.com/git-m -o git-m
remote: Mac OS X :
remote: curl http://openbase.cn-hangzhou.oss.aliyun-inc.com/git-m -o /usr/local/bin/git-m
remote: chmod 775 /usr/local/bin/git-m
remote:
remote: 详细参阅: http://baike.corp.taobao.com/index.php/Git-m
remote:
remote: 如果是开源项目,请联系项目的管理员去掉项目的 Email 验证限制
remote:
remote: ======================================================================
解决方案:
sudo curl http://openbase.cn-hangzhou.oss.aliyun-inc.com/git-m -o /usr/local/bin/git-m
sudo chmod 775 /usr/local/bin/git-m
git-m
网友评论