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 "aa@ab.com"
git config --global user.name "aa"       


发表评论

您的电子邮箱地址不会被公开。

− 1 = 3