LoginSignup
0
0

More than 3 years have passed since last update.

powershellでgit statusの表示が文字化けする場合の対処

Last updated at Posted at 2021-02-16

参考サイト

現象

  • powershellのgit statusの表示で、日本語のフォルダ名、ファイル名が文字化けする。

回避方法

  • 下記コマンドを実行し、ore.quotepath 設定を false に設定します。
git config --global core.quotepath false
0
0
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
0
0