hexo d遇到问题的解决方法

hexo d时可能会遇到
Please tell me who you are. Run git config –global user.email “you@example.com“ git config –global user.name “Your name”
等问题
这时需要告诉它你的用户名和邮箱
可以直接:
$ git config –global user.name “输入你的用户名”
$ git config –global user.email “输入你的邮箱”
(但是!!!user.name和”你的用户名”之间一定要有空格!!! config和–global之间也要有空格!)
然后$ git config –list 会发现修改成功。这个命令就是来检查设置的。

你可以对我进行打赏哦