はじめに
GitHub Desktop
をインストールしてコミットをしようとしたところ、以下のエラーがが出てきました。
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.
Omit --global to set the identity only in this repository.

エラー内容はユーザー設定をしろとのことです。
エラー表記ではコマンドを打ち込んでと書かれていますが、GitHub Desktop
上で簡単に設定できるので紹介したいと思います。
対処法
Repository -> Repository settings ....
をクリックします。

Use a local Git config
を選択し、name
・Email
を記入した後、Save
をクリックすれば完了です。
