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
有人告诉我编辑环境,我做到了
LANG=en_US.UTF-16 LC_ALL=en_US.UTF-16
但是没用...
我通过设置在我的系统上解决了它LESSCHARSET=utf-8
LESSCHARSET=utf-8
我的设置为
LANG=en_US.UTF-8
.exports