Ubuntu如何设置git显示语言为英文

Posted Rudon滨海渔村

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu如何设置git显示语言为英文相关的知识,希望对你有一定的参考价值。

目前

rudon@vmu:/var/www$ git status
位于分支 master
您的分支与上游分支 'origin/master' 一致。

未跟踪的文件:
  (使用 "git add <文件>..." 以包含要提交的内容)
    public/dev.html

提交为空,但是存在尚未跟踪的文件(使用 "git add" 建立跟踪)

设置为英文的步骤

touch ~/.bash_aliases
echo "alias git='LANG=en_GB git'" >> ~/.bash_aliases
. ~/.bash_aliases

OK~不用重启命令行,直接git status看看:

rudon@vmu:/var/www$ git status
On branch master
Your branch is up to date with 'origin/master'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)
    public/dev.html

nothing added to commit but untracked files present (use "git add" to track)

 

 

以上是关于Ubuntu如何设置git显示语言为英文的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu 远程gui显示

如何在Ubuntu和Windows上为德语Umlaute配置git编码?

Ubunt18.04 把文件夹中文改英文

如何更改ubuntu的系统语言

ubunt18.04 wps 字体终极解决方案

JVM 从哪里获得 ubuntu 10.10 中的语言环境设置?