1
0

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 1 year has passed since last update.

git status使ったら、ファイル名がエスケープ文字に

Posted at

git statusでファイル名が文字コードに

使用OS: Windows10

Gitを使用していたら、git statusを叩いたら、ファイル名がエスケープ文字(文字化けではない)で表示された。

こんな感じで
\123\456\789.txt

ドキュメントによると、
0x80より大きな値のバイトの文字だとエスケープされるらしい。

その場合下記で解決できる。

git config --global core.quotepath false
1
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?