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

1 min read
Table of Contents

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

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

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

.bash_profileを変更する

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

My avatar

Thanks for reading my blog post! Feel free to check out my other posts or contact me via the social links in the footer.


More Posts

Comments