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相关问题

1、上传大文件速度慢。
2、无法连接到GitHub
Can't connect to any repository: [email protected]:XXX.git (An internal Exception occurred during push: [email protected]:XXX.git: java.net.ConnectException: Connection timed out: connect)
3.2013-1-9 北京。打开网页 https://github.com 比较慢。 原因不明。下午好像又恢复了。奇怪。

​原文链接: http://riboseyim.github.io/2016/05/31/Git/

猜你喜欢

转载自kurui.iteye.com/blog/1691695
今日推荐