1.找到GIt客户端安装的路径的文件夹,并打开git-bash

解决IDEA上传项目至git提示|”Successfully created project 'xxxxxx' on GitHub, but initial commit failed: *** Please tell me who you are. 的问题

解决IDEA上传项目至git提示|”Successfully created project 'xxxxxx' on GitHub, but initial commit failed: *** Please tell me who you are. 的问题

在git-bash下分别输入并会回车

git config --global user.name "GitHub账号"

$ git config --global user.email "GitHub账号注册的邮箱"

注意:global 前面是双杠(--)不是单杠(-)!!!!!

 

相关文章:

  • 2021-10-23
  • 2022-12-23
  • 2022-02-13
  • 2021-07-24
  • 2021-11-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-04-11
  • 2022-12-23
  • 2021-10-20
  • 2022-03-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案