Gitの初期設定

Gitをインストールしたら、まず初期設定をしておきましょう。 Macの場合はターミナル Windowsの場合はGit Bashを立ち上げて

git config --global user.name [ユーザー名]
git config --global user.email [メールアドレス]

こちらで、gitを利用するユーザー名とメールアドレスを設定することができます。設定しておかないと一部の操作でエラーになることがあるので、必ず設定しておきましょう。

例)

git config --global user.name "Taro Yamada"
git config --global user.email "taro@example.com"

results matching ""

    No results matching ""