Git使用问题集
git version 1.7.8.msysgit.0
一、Git Eclipse plugin正常,Git Cmd 模式下 git add a 命令,html、doc、等文件无法加入index,txl、sql文件又可以

二、 中文支持问题
切换分支时
F:\project\TRP>git reset --hard ec338945
error: unable to create file defaultroot/policy/任务条.html (Invalid argument)
Checking out files: 100% (1306/1306), done.
warning: Your console font probably doesn't support Unicode. If you experience strange characters in the output, consider switching to a TrueType font such as Lucida Console!
网传解决方案:
$ git config --global core.autocrlf true
实际使用无效,原因不明
三、GitHub上传大文件速度慢。