handlebars-lang / handlebars.js

Minimal templating on steroids.
http://handlebarsjs.com
MIT License
17.81k stars 2.04k forks source link

Fix publishing to AWS S3 #1973

Closed jaylinski closed 11 months ago

jaylinski commented 11 months ago

Fixes the following error:

Error: "git commit --message commit message" caused error: Command failed: git commit --message commit message
Author 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.

See #1972