如果碰到 fatal: unable to auto-detect email address 错误就先执行下面的代码,user.email 和 user.name可以随便乱写
git config --global user.email "[email protected]" git config --global user.name "aa"
逼格更高
如果碰到 fatal: unable to auto-detect email address 错误就先执行下面的代码,user.email 和 user.name可以随便乱写
git config --global user.email "[email protected]" git config --global user.name "aa"