现象:

jb@H39:~/doc$ 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)

    ".#38\344\270\212\347\232\204\350\231\232\346\213\237\346\234\272"
    ".#debconf: unable to initialize frontend: Dialog\347\232\204\350\247\243\345\206\263\346\226\271\346\263\225"
    "38\344\270\212\347\232\204\350\231\232\346\213\237\346\234\272"
    "38\344\270\273\347\233\256\345\275\225\344\270\213\346\226\207\344\273\266\345\244\271\350\257\264\346\230\216"
    "IP\345\210\206\351\205\215"
    Installation Manual for PANDABOARD ES REV 3.pptx
    "Ubuntu 12.04 Server \344\270\255\345\256\211\350\243\205\345\233\276\345\275\242\347\224\250\346\210\267\347\225\214\351\235\242"
    X: user not authorized to run the X server, aborting
    "android\345\260\217\347\273\204\346\213\223\346\211\221"
    "debconf: unable to initialize frontend: Dialog\347\232\204\350\247\243\345\206\263\346\226\271\346\263\225"
    "emacs\346\217\220\347\244\272debconf fontend"
    "ubuntu 12.04 LTS\345\221\275\344\273\244\350\241\214\350\256\276\347\275\256IP\345\217\212DNS"
    "ubuntu12.04\351\207\215\345\220\257\347\275\221\347\273\234"
    "\347\211\210\346\216\247\344\270\255\345\210\240\351\231\244\344\270\200\344\270\252\346\226\207\344\273\266"

中文的文件名,全是乱码

 

解决:
jb@H39:~/doc$ git config --global core.quotepath false

 

解决之后是这样的
jb@H39:~/doc$ 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)

    .#38上的虚拟机
    .#debconf: unable to initialize frontend: Dialog的解决方法
    38上的虚拟机
    38主目录下文件夹说明
    IP分配
    Installation Manual for PANDABOARD ES REV 3.pptx
    Ubuntu 12.04 Server 中安装图形用户界面
    X: user not authorized to run the X server, aborting
    android小组拓扑
    debconf: unable to initialize frontend: Dialog的解决方法
    emacs提示debconf fontend
    ubuntu 12.04 LTS命令行设置IP及DNS
    ubuntu12.04重启网络
    版控中删除一个文件

nothing added to commit but untracked files present (use "git add" to track)
jb@H39:~/doc$

 

参考:

Git Status 中文乱码解决

Git Status 中文乱码解决的更多相关文章

  1. windows下git bash中文乱码解决办法

    一.解决办法1:(直接上图) 1.在git bash下,右键 出现下图,选择options: 2.选择“Text” 3.将“Character set”设置为  UTF-8 转:windows下git ...

  2. pychram 中 Terminal 中 git log 中文乱码解决办法

    添加环境变量 set LESSCHARSET=utf-8 执行以下命令 git config --global core.quotepath false 不成功执行以下命令 git config -- ...

  3. Win10命令提示符git log中文乱码的解决方案

    在系统环境变量中新建一个名为LESSCHARSET的变量 其值为utf-8 新建完毕后应用,git log就不会出现乱码的问题了^_^ 参考博文:git- win10 cmd git log 中文乱码 ...

  4. [Git]2018-10 解决git cmd中文乱码问题

    2018年10月12日 莫名其妙出现cmd下git log中文乱码问题,显示一堆<E4><A8>之类的乱码.git bash却一切正常. 怀疑是Windows系统升级出现的不兼 ...

  5. 【Mac + Git】之git status中文文件名编码问题解决

    一.现象: 命令行输入:git status时,显示中文名乱码问题 二.解决办法: 命令行输入: git config --global core.quotepath false 通过将git配置变量 ...

  6. XFtp中文乱码解决

    异常处理汇总-开发工具  http://www.cnblogs.com/dunitian/p/4522988.html 一张图解决 异常处理汇总:http://www.cnblogs.com/duni ...

  7. python cmd 窗口 中文乱码 解决方法 (附:打印不同颜色)

    python cmd 窗口 中文乱码 解决方法 (附:打印不同颜色) 前言 在 python 开发中,有时候想通过cmd窗口来和用户交互,比如显示信息之类的,会比自己创建 GUI 来的方便,但是随之而 ...

  8. java中文乱码解决之道(九)-----总结

    乱码,我们前台展示的杀手,可能有些朋友和我的经历一样:遇到乱码先按照自己的经验来解决,如果没有解决就google,运气好一搜就可以解决,运气不好可能够你折腾一番了.LZ之所以写这个系列博客就是因为遇到 ...

  9. Javaee中文乱码解决方法

    分类: javaee2015-07-09 16:35 29人阅读 评论(0) 收藏 编辑 删除 post 中文乱码解决方式 接受数据的时候设置 request.setCharacterEncoding ...

随机推荐

  1. python实现读取类别频数数据画水平条形图

    1.数据分组-->频数分布表 环境配置: import pandas as pd import numpy as np import matplotlib.pyplot as plt 按照你设定 ...

  2. “三八节”如何做好EDM邮件营销

    阳春三月,乍暖还寒,万物复苏,一年一度的三八节也马上来临了,各路商家都开足马力,掀起了一股美丽的旋风.如今酒香也怕巷子深,要想取得良好的营销效果,就得早早动手,赚足眼球,才会换来节日当天的丰厚回馈.U ...

  3. Dom4j的一个小例子,用于解析xml文件的元素获取方式

    import java.io.File; import java.io.IOException; import javax.xml.parsers.ParserConfigurationExcepti ...

  4. 鉴定JavaScript中的数据类型

    众所周知,JavaScript是一门弱类型的语言,但是这并不代表JavaScript中没有数据类型.JavaScript中常见的数据类型有string.number.object等等,通常我们使用ty ...

  5. Spring Framework5.0 学习(3)—— spring配置文件的三种形式

    Spring Framework  是 IOC (Inversion of Control  控制反转)原则的实践. IoC is also known as dependency injection ...

  6. 蓝牙BLE4.0的LL层数据和L2CAP层数据的区分与理解

    一直搞不太清楚蓝牙BLE协议,不知道LL层和L2CAP层是如何划分的,后来博士给我讲了讲就理解了,写下来,做个记录: 1. 我们知道,除了蓝牙5.1新出的CTE,所有的BLE都是如下类型的包: 对于连 ...

  7. PHP-------文件上传的实例

    文件上传的实例 一.上传头像 在注册时,要求用户上传头像,登陆主页面,显示用户信息时,头像也要显示出来. 例子: 注册页面: 图片存数据库时是text类型. <title>无标题文档< ...

  8. Java实现 lower_bound() 和 upper_bound()

    Java实现 lower_bound() 和 upper_bound() lower_bound() 函数 lower_bound() 在 [begin, end) 进行二分查找,返回 大于或等于 t ...

  9. Visual Studio Installer打包安装项目VS2015

    使用VS2015的Visual Studio Installer打包安装项目,虽然整体操作很简单,但还是有几个特殊的点需要记一下,故写下此博客方便以后查阅 第一步,创建安装项目 如下: 里面最左侧的框 ...

  10. Gradle Goodness: Set Java Compiler Encoding

    If we want to set an explicit encoding for the Java compiler in Gradle we can use the options.encodi ...