のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

git commitで文字化け

$ git var GIT_COMMITTER_IDENT
Masanori Fujii 1326790457 +0900
$ git var GIT_AUTHOR_IDENT
Masanori Fujii 1326790480 +0900

$ git add .
$ git commit -m "Jupitorホームページ"
Warning: commit message does not conform to UTF-8.
You may want to amend it after fixing the message, or set the config
variable i18n.commitencoding to the encoding your project uses.
[master (root-commit) a337f6d] Jupitor�z�[���y�[�W
1 files changed, 9 insertions(+), 0 deletions(-)
create mode 100644 index.html

$ git log
WARNING: terminal is not fully functional
commit a337f6d54854cb746689384920814c4d0220fa56
Author: Masanori Fujii
Date: Tue Jan 17 17:55:17 2012 +0900

Jupitor<83>z<81>[<83><80><83>y<81>[<83>W

Gitでの日本語表示対応(msysgit編)
windowsのコンソール(コマンドプロンプト)でUTF-8を使う方法
レジストリでは、治らなかった。
「コマンドプロンプトのフォントを変更する方法」