是git没有配置的原因,找到git安装目录下的Git Bash运行后输入下面两行代码即可:

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

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

gti报错Successfully created project ‘*****’ on Gitee, but initial commit failed解决

相关文章:

  • 2021-09-12
  • 2021-04-30
  • 2022-12-23
  • 2021-04-11
  • 2021-07-26
  • 2022-12-23
  • 2021-06-25
  • 2022-01-17
猜你喜欢
  • 2021-10-20
  • 2022-12-23
  • 2021-05-22
  • 2021-05-02
  • 2021-10-19
  • 2021-07-25
相关资源
相似解决方案