From 9c5bd871c07935ec330eff15023a834c8c6b3a8c Mon Sep 17 00:00:00 2001 From: divB Date: Sat, 10 May 2014 00:51:04 +0000 Subject: [PATCH] --- ...existent_ref__44___unable_to_checkout.mdwn | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doc/forum/warning:_remote_HEAD_refers_to_nonexistent_ref__44___unable_to_checkout.mdwn b/doc/forum/warning:_remote_HEAD_refers_to_nonexistent_ref__44___unable_to_checkout.mdwn index ec1eb505a7..f57e0ee838 100644 --- a/doc/forum/warning:_remote_HEAD_refers_to_nonexistent_ref__44___unable_to_checkout.mdwn +++ b/doc/forum/warning:_remote_HEAD_refers_to_nonexistent_ref__44___unable_to_checkout.mdwn @@ -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 +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? +