以前使用git,都要参考这个来进行中文支持 http://blog.csdn.net/son_of_god/article/details/7341928 有一次更新了git之后,发现默认支持了中文[在推送的时候] 今天使用的时候,发现在git bash里面,无法显示中文 1.在git bash中显示中文 修改%Gi%t\etc\git-completion.bash,如果没有则在末尾添加下面一行: alias ls='ls --show-control-chars --color=auto'…