1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

git bashの文字化け解消

Posted at

profile を作成

vim ~/.bash_profile

.bash_profileの中身に以下を記入

alias ls='ls --show-control-chars'

以下を入力し.bash_profileを反映させる

source ~/.bash_profile

それでも文字化けが直らない場合

  • Git Bash 上部を右クリックして「プロパティ」を開いて、「フォント」タブを選択
  • フォントサイズを変更
  • 日本語化成功!

参照

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?