将代码提交到github时 提示 “failed to excute git”

解决:配置git

git config --global user.email "youremailid@example.com"

然后保存

提交

然后会让输入github的帐号 和密码

相关文章:

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