EUCの開発環境等でよく頻発するのでメモ
$ git commit ← -mをつけないのがポイント
その後vimが立ち上がるので
:set fileencoding=utf-8
と入れて、日本語コメントを入れると文字化けしなくなります。
Go to list of users who liked
More than 3 years have passed since last update.
EUCの開発環境等でよく頻発するのでメモ
$ git commit ← -mをつけないのがポイント
その後vimが立ち上がるので
:set fileencoding=utf-8
と入れて、日本語コメントを入れると文字化けしなくなります。
Register as a new user and use Qiita more conveniently
Go to list of users who liked