git で日本語ファイルを文字化けしないようにする

# 設定する
$ git config --global core.quotepath false

# 確認する
$ git config -l --global | grep core.quotepath
カテゴリー:git