summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar divB <divB@web>2014-05-10 00:51:04 +0000
committerGravatar admin <admin@branchable.com>2014-05-10 00:51:04 +0000
commit867ddff2975e615686eb5467783779aefca258c3 (patch)
tree3ca1e276a1faa6972b756c2c20864bd7adb3f931 /doc
parenta15c5610890886929436956ae2b319f6ef23504e (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/warning:_remote_HEAD_refers_to_nonexistent_ref__44___unable_to_checkout.mdwn21
1 files changed, 21 insertions, 0 deletions
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 ec1eb505a..f57e0ee83 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?
+