首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件开发 >

Git使用有关问题集

2012-10-20 
Git使用问题集git version 1.7.8.msysgit.0一、Git Eclipse plugin正常,Git Cmd 模式下 git add –a 命令,ht

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上传大文件速度慢。

热点排行