On Sun, Aug 21, 2011 at 12:47 AM, Richard Tibbitt <gitlist@xxxxxxxxxxxxx> wrote: > F:\>call git clone repo2 clone2 > Cloning into clone2... > fatal: failed to open 'F:/repo2/objects': No such file or directory This should be "git clone repo2/.git clone2", but with that command I got Cloning into clone2.. error: '/tmp/repo2/.git' does not look like a v2 bundle file fatal: Could not read bundle '/tmp/repo2/.git'. You just do "git clone repo2git/.git clone2" for now. -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html