GIT推送失败,显示消息“错误:无法将某些引用推送到”和“错误:git-remote-https死于信号13”

时间:2015-06-25 13:51:28

标签: linux git github

我一直在使用cvs2git工具将几个项目从cvs迁移到github存储库。大多数项目都成功了,但是当我运行时,其中3个项目失败并显示以下消息:

  

[root @ nj09mhe5384 tdc-misc] #git push --all origin计数对象:   8586,完成了。 Delta压缩最多使用2个线程。压缩   对象:100%(3015/3015),完成。致命的:远程端挂了   意外错误:无法推送一些参考   'https://github.com/kingshuk-chakraborty/tdc-misc2.git'错误:   git-remote-https死于信号13

我试图运行

GIT_TRANSPORT_HELPER_DEBUG=1 git push --all origin to get a clue about it.

我收到以下消息

  

Debug:Remote helper:Waiting ...计数对象:8586,完成。三角洲   使用最多2个线程进行压缩。压缩对象:100%   (3015/3015),完成了。 Debug:Remote helper quit.8 / 8586)致命:远程   结束意外错误:未能推送一些参考   'https://github.com/kingshuk-chakraborty/tdc-misc2.git'调试:   断开。错误:git-remote-https死于信号13

然后我用strace -f运行并在日志中找到了管道错误。

  

[pid 13473]民意调查([{fd = 3,events = POLLOUT}],1,1000)= 1([{fd = 3,   revents = POLLERR | POLLHUP}])[pid 13473]民意调查([{fd = 3,events = POLLOUT}],   1,0)= 1([{fd = 3,revents = POLLERR | POLLHUP}])[pid 13473]写(3,   “\ 25 \ 3 \ 1 \ 0   及(\ 351 \ 343 \305克\ 16Z4 \27吨\ “\ 25 \ 334 \ 333U \ 376 \ 35 \ 317 \ 271 \ 30B \ 2343 \ 371 \ 364 \ 240” ...,   37)= -1 EPIPE(断管)[pid 13473] --- SIGPIPE(断管)@ 0   (0)---处理13473分离

请注意,存储库没有任何大于50mb的文件。出了什么问题?

0 个答案:

没有答案