Joey Hess wrote:
> Francois Marier wrote:
> > Now, if I strace this however, I see that it fails here:
> >
> >
> > stat("/pub/music/cds/.git/.git/annex/objects/Gk/XF/SHA1-s8110080--771f389008fe40d71bc5b7930341eab271c95ef6/SHA1-s8110080--771f389008fe40d71bc5b7930341eab271c95ef6",
> > 0x7f7378f7d740) = -1 ENOENT (No such file or directory)
> >
> > which of course contains a superfluous ".git/" directory.
> >
> > To work around this, I created a symlink:
> >
> > $ cd /pub/music/cds/.git
> > $ ln -s . .git
> >
> > and with that symlink, my original "git annex get" works just fine.
>
> How does this remote look in .git/config?In particular, this is probably the same weird edge case as http://git-annex.branchable.com/bugs/weird_local_clone_confuses/ -- see shy jo
signature.asc
Description: Digital signature

