$ git config --global user.name ユーザ名 ← ユーザ名を設定 $ git config --global user.email メールアドレス ← メールアドレスを設定 $ git credential-osxkeychain ← credential-osxkeychain がインストールされてるか確認 Usage: git credential-osxkeychain <get|store|erase> ← この表示が出たらインストールされている証拠 $ git config --global credential.helper osxkeychain ← credential-osxkeychainを使ってパスワードを保存するように設定
git config --global user.name "<ユーザー名>" git config --global user.email "<メールアドレス>"
git config --bool core.bare true
git checkout master