LoginSignup
0
0

More than 3 years have passed since last update.

gitのコミットログで文字化けを起こさない方法

Last updated at Posted at 2020-03-17

EUCの開発環境等でよく頻発するのでメモ

$ git commit ← -mをつけないのがポイント

その後vimが立ち上がるので

:set fileencoding=utf-8

と入れて、日本語コメントを入れると文字化けしなくなります。

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