Claudio Ciccani schrieb: > Denis Oliver Kropp wrote: >> Mike Emmel schrieb: >>> Is git active now ? >> Hmm, didn't my "GIT" mail from 2007-03-16 arrive? >> > > I'm getting the following error: > > Done counting 1970 objects. > Deltifying 1970 objects. > 100% (1970/1970) done > Total 1970, written 1970 (delta 1412), reused 1970 (delta 1412) > fatal: packfile > '/home/klan/cvs/FusionSound/.git/objects/pack/tmp-r5J0Bb' SHA1 mismatch > error: git-fetch-pack: unable to read from git-index-pack > error: git-index-pack died with error code 128 > fetch-pack from 'git+ssh://directfb.org/git/directfb/core/FusionSound' > failed. > > git version is 1.3.3. >
Don't know if the version makes the difference, but it works here: [EMAIL PROTECTED]/git/directfb] git --version git version 1.4.4.2 [EMAIL PROTECTED]/git/directfb] git clone git+ssh://directfb.org/git/directfb/core/FusionSound.git remote: Generating pack... remote: Done counting 1970 objects. remote: Deltifying 1970 objects. remote: 100% (1970/1970) done Indexing 1970 objects. remote: Total 1970, written 1970 (delta 1412), reused 1970 (delta 1412) 100% (1970/1970) done Resolving 1412 deltas. 100% (1412/1412) done [EMAIL PROTECTED]/git/directfb] rm -rf FusionSound/ [EMAIL PROTECTED]/git/directfb] git clone git+ssh://directfb.org/git/directfb/core/FusionSound remote: Generating pack... remote: Done counting 1970 objects. Deltifying 1970 objects. 100% (19remote: 70/1970) done Indexing 1970 objects. remote: Total 1970, written 1970 (delta 1412), reused 1970 (delta 1412) 100% (1970/1970) done Resolving 1412 deltas. 100% (1412/1412) done I guess you entered the same command. -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
