错误:
Author identity unknown
*** Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
to set your account's default identity.
意思:
作者身份未知
***请告诉我你是谁。
跑
git-config--全局user.email“you@example.com“
git-config--全局用户名“Your name”
设置帐户的默认标识。文章来源:https://www.toymoban.com/news/detail-752612.html
解决:
- 新下载的git没有告知身份
-
//分别执行 git config --global user.name "你的名字" git config --global user.email "你的邮箱"
-
然后再执行commit命令,就可以提交成功了;文章来源地址https://www.toymoban.com/news/detail-752612.html
-- 查看设置的用户名:
git config user.name
-- 查看设置的邮箱:
git config user.email
到了这里,关于【Git错误】上传gitee:Please tell me who you are.Run git config --global user.email “you@example.com的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!