![]() |
[SOLVED] Git clone errors - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3) +--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4) +--- Thread: [SOLVED] Git clone errors (/showthread.php?tid=4104) |
Git clone errors - end user - 04-30-2013 I get this error when trying to clone on a new server running Ubuntu server 12.04. git clone git://git.xonotic.org/xonotic/xonotic.git Cloning into 'xonotic'... remote: Counting objects: 8413, done. remote: Compressing objects: 100% (3259/3259), done. fatal: protocol error: bad line length character: ¿005/s fatal: early EOF fatal: index-pack failed RE: Git clone errors - Mr. Bougo - 05-01-2013 That's unusual. Did you retry? RE: Git clone errors - end user - 05-01-2013 (05-01-2013, 02:17 AM)Mr. Bougo Wrote: That's unusual. Did you retry? Yes retired several times but always the same result so just went with autobuild for now. I'll try it again tomorrow. RE: Git clone errors - Mr. Bougo - 05-01-2013 That's very strange. What's your git version? (git --version) RE: Git clone errors - end user - 05-01-2013 (05-01-2013, 06:01 AM)Mr. Bougo Wrote: That's very strange. What's your git version? (git --version) git version 1.7.9.5 RE: Git clone errors - Mr. Bougo - 05-02-2013 I don't understand why this is. Could you retry again, perhaps with the following? Code: git clone git://de.git.xonotic.org/xonotic/xonotic.git Code: git clone git://nl.git.xonotic.org/xonotic/xonotic.git You could also try to replace "git://" with "http://". RE: Git clone errors - end user - 05-02-2013 (05-02-2013, 12:21 AM)Mr. Bougo Wrote: I don't understand why this is. So tried all the links and when I got to ./ run update - best I get that error again. Tried purging git and reinstalling but still the same issue. I have another server with Ubuntu 12.04 and that one is fine. Any other places I can look or errors? I've search or that errors but not many answers found this one http://jinsucraft.wordpress.com/2013/01/08/when-github-git-clone-fails-with-early-eof-and-index-pack-failed/ Ok so not sure if this has anything to do with it but when I retired using this link git clone git://de.git.xonotic.org/xonotic/xonotic.git I get the error. This is the same link that ii use by git after running ./ run update - l best RE: Git clone errors - Mr. Bougo - 05-02-2013 You mean "./all update -l best", right? So that means the first git clone succeeded? Which link worked, the http:// one? I don't know what could be wrong. It seems like some packet gets corrupted or something. Do you have any other internet issues on the same computer? RE: Git clone errors - end user - 05-02-2013 (05-02-2013, 12:19 PM)Mr. Bougo Wrote: You mean "./all update -l best", right? So that means the first git clone succeeded? Which link worked, the http:// one? The git and http down load woked for the first two mirrors but the de server fails for both. Now once I do ./all update -l best then fails fall since its using git://de.git.xonotic.org/xonotic/xonotic.git which fails all the time. No I do see the download speed drop quite a bit for the non working link while the others have pretty fast speed. The server is in OVH France IP 176.31.182.103 Maybe I'll just reload the OS? RE: Git clone errors - end user - 05-02-2013 Has to be my network or something. I install ubuntu 12.10 and same results. when I do ./all update -l best is there anyway to force it do use git://nl.git.xonotic.org/xonotic/xonotic.git. RE: Git clone errors - Mr. Bougo - 05-02-2013 The "-l best" means it selects the mirror with the best bandwidth, and that's the .de one. Just do "./all update -l nl" then. RE: Git clone errors - end user - 05-02-2013 (05-02-2013, 03:37 PM)Mr. Bougo Wrote: The "-l best" means it selects the mirror with the best bandwidth, and that's the .de one. Just do "./all update -l nl" then. Ok that worked but now got the god man Keygen error. Fuck I guess I server will have to be on hold for a weel ![]() |