Git守护进程克隆错误 [英] Git daemon cloning error

查看:334
本文介绍了Git守护进程克隆错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

全部,

我遵循这个SO 答案,以便快速提供回购。当我运行 git clone git://ipAddr/.git project 时,我得到这个输出:

  remote:计数对象:124634,完成。 
remote:压缩对象:100%(21253/21253),完成。
接收对象:100%(124634/124634),101.62 MiB | 4.30 MiB / s,完成。
致命错误:读取错误:无效参数
解析变化量:100%(96298/96298),完成。
致命:边带解复用器出错

我试过重新启动git守护进程并再次克隆,没有成功。一些谷歌搜索引导我但链接已经死了,并且 git remote set-head 要求我提供分行名称。



我该如何解决这个问题?

解决方案

这个问题似乎已经解决了。由于我克隆的机器有连接问题,我最好的猜测是我得到了一个损坏的克隆。

All,

I'm following the instructions from this SO answer, to quickly serve up a repo. When I run git clone git://ipAddr/.git project I get this output:

remote: Counting objects: 124634, done.
remote: Compressing objects: 100% (21253/21253), done.
Receiving objects: 100% (124634/124634), 101.62 MiB | 4.30 MiB/s, done.
fatal: read error: Invalid argument
Resolving deltas: 100% (96298/96298), done.
fatal: error in sideband demultiplexer

I've tried restarting the git daemon and cloning again, with no success. Some google searches lead me to this But the links are dead, and git remote set-head asks me for a branch name.

How do I fix this?

解决方案

The problem seems to have resolved itself. Since the machine I am cloning to has connectivity issues, my best guess is that I was getting a corrupted clone.

这篇关于Git守护进程克隆错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆