报错内容:
*** 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.email “你的邮箱”
git config --global user.name “用户名”
重新执行提交命令就行了
报错内容:
*** 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.email “你的邮箱”
git config --global user.name “用户名”
重新执行提交命令就行了
评论 (0)