Skip to content

Instantly share code, notes, and snippets.

@panfu
Created December 15, 2009 07:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save panfu/256753 to your computer and use it in GitHub Desktop.
Save panfu/256753 to your computer and use it in GitHub Desktop.
Git上删除乱码文件的方法
# 1. 更改git转码设置
git config core.quotepath false
# 2. 第一步完成后, git status 还是看不到正确编码的话, 修改命令行窗口的编码格式, 一般修改为gb2312即可
# 3. 还是不行的话, 自己找解决办法, 找到后告诉我在此补充!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment