カテゴリー
コンピューター

【Windows】【Git】gitk の文字化けを解消する設定

設定コマンド

# gitk の文字化けを解消
git config --global gui.encoding utf-8

設定ファイル

[gui]
    encoding = utf-8