当前位置:   article > 正文

git上clone项目后无法合并到当前分支的解决办法_merge error committer identity unknown *** please

merge error committer identity unknown *** please tell me who you are. run g

git上clone项目后无法合并到当前分支的解决办法

问题描述

Committer 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.
		Omit --global to set the identity only in this repository.
		unable to auto-detect email address (got...
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8

问题解决:其实在该报错信息内就已经提示到解决办法了
在这里插入图片描述

就打开你的命令行输入以下两个目录重新合并项目即可解决

git config --global user.email "you@example.com"
  • 1

you@example.com是你自己的git绑定的邮箱

git config --global user.name "Your Name"
  • 1

Your Name 是你git上的用户名

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/黑客灵魂/article/detail/738543
推荐阅读
相关标签
  

闽ICP备14008679号