
Git/Svn
iteye_5117
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Git:warning: LF will be replaced by CRLF in *.
最近重装系统,当然了Git也跟着重装了。 不过这一次安装过后使用的时候,每次在我执行: [code="java"]git add .[/code] 都会提示这样一个警告消息: [code="java"]warning: LF will be replaced by CRLF in XXXXXXXXXXXXXX.[/code] 虽然说没有什么影响吧。 不过就是觉得太碍眼了, 按照这...原创 2012-08-12 16:52:24 · 142 阅读 · 0 评论 -
The current branch is not configured for pull
The current branch is not configured for pull No value for key branch.master.merge found in configuration 今天新建项目在pull的时候碰见这个错误, 错误信息中得出是没有key为:branch.master.merge的值存在, pull操作的时候必须要有: [code="jav...原创 2013-07-04 17:01:33 · 158 阅读 · 0 评论 -
Git常用命令备忘
[size=x-large]Git配置[/size] [code="java"]git config --global user.name "Vito Zhou" git config --global user.email "zhouwentao16@gmail.com" git config --global color.ui true git config --global a...2013-07-10 13:19:56 · 134 阅读 · 0 评论 -
Eclipse + Git: Failed to add resource to index
Eclipse+EGit, 在使用Team->Add to Index 的时候,发生错误: [code="java"] Failed to add resource to index Failed to add resource to index Exception caught during execution of add command [/code] 解决...2013-02-26 14:37:57 · 919 阅读 · 0 评论