LoginSignup
2
2

More than 5 years have passed since last update.

Jenkins の git プラグインでコミットログが文字化けするのを回避する(Windows)

Last updated at Posted at 2015-06-25

ググるとUTF-8にあわせるやり方が色々載ってるが、それをやるとバッチやMSBuildへ影響があって何かと不都合なことが多い。

それならいっそのことCP932にしてしまえ、とやってみたらうまくいった。

設定は手っ取り早くやるなら以下をジョブとして Jenkins に登録して実行すれば良い

git config --global i18n.logoutputencoding cp932

2
2
1

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
2
2