git global

soucetreeでコミットしようとしたら、エラーになった。

git config --global user.email "you@example.com"
git config --global user.name "Your Name"

「fatal: unable to auto-detect email address」

設定する箇所がわからなかった。

以下のページを参考に、cmd.exeから設定した。
http://tizio1976.blogspot.jp/2013/12/sourcetree-git-commit-fatal-unable-to.html