GitBashが日本語を受け付けなかったので対応させた

nove-b March 15, 2024
Source

会社のPCでGit Bashに日本語を打つと何も表示されない。

そのため、毎回毎回export LC_ALL=ja_JP.utf8と記入していた。

面倒なので起動時に日本語を受け付けるようにしたい。

.bash_profileを変更する

user/username/.bash_profileにexport LC_ALL=ja_JP.utf8を追記すると実現できる。

Discussion in the ATmosphere

Loading comments...