I am having some issues trying to make git-annex work with the latest version of Gitolite, When running git annex sync, or git annex copy --to I get. """ Failed to get annex.uuid configuration of repository origin
Instead, got: "annex.uuid=\ncore.gcrypt-id=\n" """
Has anyone found any solution to this? Also, I am using the latest version of Gitolite, because I wanted to see whether it would work. Thanks, Zack. EDIT: It might also be worthy to note that I did have a go at following the guide on this site.
I had that problem when I tried to access a newly created remote repository. It seems git-annex doesn't recognize anymore if the remote repository has been initialized or not. The workaround I used is create a local repository, initialize it with git annex,
clone --bare
it, add the bare repository as a remote andgit annex sync
it to initialize the bare repository. Then, you can put the bare repository where gitolite usualy keep its repositories and use it normally.Thanks for the help (I can now clone the repo.), but I now get this. get file FATAL: bad git-annex-shell command: git-annex-shell 'configlist' '/annex2.git' at /opt/gitolite2/bin/commands/git-annex-shell line 25, line 1.