Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はwin7でmsysgitを使用していますが、いくつかのコマンドが失敗しました。例えば
git log
は無効ではありません、応答します
invalid charset name
誰かが env の編集を教えてくれました。
LANG=en_US.UTF-16 LC_ALL=en_US.UTF-16
しかし、役に立たない...
私は私のものを次のように設定しています
LANG=en_US.UTF-8
.exports