This commit is contained in:
divB 2014-05-10 00:51:04 +00:00 committed by admin
parent a5bf11513d
commit 9c5bd871c0

View file

@ -45,4 +45,25 @@ EDIT2: When I continue on the windows side (despite the warning):
But that's not true, git-annex is definitely installed on the server (it's just the Debian package and it resides in /usr/bin/git-annex). In any case, the client repository is still empty But that's not true, git-annex is definitely installed on the server (it's just the Debian package and it resides in /usr/bin/git-annex). In any case, the client repository is still empty
EDIT3: Struggle, struggle, ...
Finally, for whatever reason, the client dir is not empty. What seems to be missing on the server was:
git annex sync
but this is never written (also not in the walkthrough). Can anyone tell me if it's required and why?
Furthermore, even that I "see" at least the file references now, I am not able to get them:
$ git annex get apps
get apps/gitignore (not available)
Try making some of these repositories available:
10d0ffd8-f499-4b55-83e6-ff58cd98edc5 -- server
(Note that these git remotes have annex-ignore set: origin)
failed
git-annex: get: 1 failed
That's an SSH remote, it *is* available! What is meant by that?