牛骨文教育服务平台(让学习变的简单)
博客笔记
05
2018-03
GIT处理超大大文件时拉取报错 2018-03-05
这几天,有个同事上传了个1.5G的大文件,老是拉取失败,提示: 下面这种方法可以解决。 在项目的.git/config里加入:  [pack]     threads = 1     delt
20
2016-09
SolveProblem:Git 遇到了early EOF index-pack failed问题 2016-09-20
Problem: git clone fails with "index-pack" failed? Git checking out problem [fatal: early EOFs]Method: 1)git config --global --add core.compression -1 ---------------------------------
30
2018-03
Git使用:在Git pull时遇到的Error及解决方法 2018-03-30
1. Error:    fatal: The remote end hung up unexpectedly    error: RPC failed; curl 18 transfer closed with outstanding read data remaining解决方法:        git config --global http.
30
2017-03
GIT处理超大大文件时拉取报错或推送报错 2017-03-30
在使用git做为版本库的时候,遇到一个问题,那就是超大文件无法上传。git我不仅仅是拿来做代码的备份,甚至一些文档,我也拿它来处理,所以这
18
2017-05
Git 遇到了 early EOF index-pack failed 问题 2017-05-18
fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed git config –global –add core.compression -1
16
2016-03
git遇到remote: fatal: early EOF + index-pack failed的处理方法 2016-03-16
修改 GIT 的本地 config 文件,在 core 中加入: compression = -1 阅读更多
04
2016-08
git clone错误remote: internal server error + early EOF + index-pack failed的解决方法 2016-08-04
本地搭建了一个gerrit服务器器,上传了内核代码,但是当git clone下载的时候出现如下错误: git clone ssh://yanxiangfyg@192.168.77.11:29418/genymotion_goldfish_kern

			
				Git 遇到了 early EOF index-pack failed 问题
Git 遇到了 early EOF index-pack failed 问题 2016-01-29
今天想 clone 一下 boost 在 github 的 repo,结果在 clone 的过程中遇到了下面的错误。我原本以为是网络原因,今天学校网速废成渣了,很多同学都去

			
				NHibernate Linq查询 扩展增强 (第九篇)
NHibernate Linq查询 扩展增强 (第九篇) 2016-09-21
  在上一篇的Linq to NHibernate的介绍当中,全部是namespace NHibernate命名空间中的IQueryOver接口提供的。IQueryOver这个借口实际上会被翻译成条件查询(Cri
18
2013-10
hibernate之查询 2013-10-18
1.setFlushMode() 假设你在执行查询之前修改了持久化对象。这些修改只出现在内存中,因此hibernate在执行查询之前,把持久化上下文和所有的变化清除