$ git config --global user.name "Your Name"
$ git config --global user.email "your_email@example.com"
$ mkdir フォルダ名
$ cd フォルダ名
$ git init