git status等で日本語ファイル名が「\xxx\xxx」とバックスラッシュと数字の羅列になる 以下のコマンドで一発解消 git config --global core.quotepath false