fatal: unable to auto-detect ema
2021-03-06 本文已影响0人
sai德很黑
git 提交代码报错:

解决:配置下你的邮箱和用户名,就可以正常提交
2行命令:
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
git 提交代码报错:
解决:配置下你的邮箱和用户名,就可以正常提交
2行命令:
git config --global user.email "you@example.com"
git config --global user.name "Your Name"