repo init -u || git 报错 fatal: unable to auto-detect email address 的解决办法

如果碰到 fatal: unable to auto-detect email address 错误就先执行下面的代码,user.email 和 user.name可以随便乱写

git config --global user.email "[email protected]"
git config --global user.name "aa"       

留下评论

您的电子邮箱地址不会被公开。 必填项已用 * 标注

− 5 = 5