大家好,我是爱你三千遍斯塔克,我们平常使用gitee的时候可能会遇到这样的问题,如何快速的找到解决问题的方法呢?这里有些资料可供大家参考,希望对大家有帮助:
1、这样的问题一般只出现在初次配置gitee的情况当中
作者身份未知
***请告诉我你是谁。
跑
git-config--全局user.email“you@example.com“
git-config--全局用户名“Your name”
设置帐户的默认标识文章来源:https://www.toymoban.com/news/detail-790991.html
2、给他添加一个名字和邮箱就行了
//分别执行
git config --global user.name "你的名字"
git config --global user.email "你的邮箱"
3、添加上之后,在commit就行,就好了
文章来源地址https://www.toymoban.com/news/detail-790991.html
4、这样bug就解决了
到了这里,关于*** Please tell me who you are.Run git config --global user.email “you@example.com“ git confi的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!