0

while iam commiting git in my hyper terminal command: git commit -m "first commit" it says "please tell me who you are" looks like it asking me my email and password fatal: unable to detect email address

Jonas
  • 121,568
  • 97
  • 310
  • 388
  • Possible duplicate of [git commit -m "1 page" \*\*\* Please tell me who you are](https://stackoverflow.com/questions/41331452/git-commit-m-1-page-please-tell-me-who-you-are) – Dietatko Oct 09 '19 at 06:21

1 Answers1

-1

You need to setup your Git identity. See Git manual.

Dietatko
  • 374
  • 1
  • 13