From 23deda33d155f5ac05c4fbfc26c5d8a4bb2bb85e Mon Sep 17 00:00:00 2001 From: divB Date: Fri, 9 May 2014 20:38:25 +0000 Subject: --- ...remote_HEAD_refers_to_nonexistent_ref__44___unable_to_checkout.mdwn | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') 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 cde0b7b7f..2bf8e65fb 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 @@ -17,3 +17,6 @@ Then, on the Windows client: warning: remote HEAD refers to nonexistent ref, unable to checkout. What's going on here? + +EDIT: Of course, I would not ask if everything would work as expected. But the client repository in windows is always empty, no matter what I do (issueing git annex init, git add remote, git annex sync, ...) does not seem to help me ... + -- cgit v1.2.3 From f4f844346126c2517dae6530c438f0850f0aef0a Mon Sep 17 00:00:00 2001 From: divB Date: Fri, 9 May 2014 20:51:27 +0000 Subject: --- ...o_nonexistent_ref__44___unable_to_checkout.mdwn | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'doc') 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 2bf8e65fb..ec1eb505a 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 @@ -20,3 +20,29 @@ What's going on here? EDIT: Of course, I would not ask if everything would work as expected. But the client repository in windows is always empty, no matter what I do (issueing git annex init, git add remote, git annex sync, ...) does not seem to help me ... +EDIT2: When I continue on the windows side (despite the warning): + + cd bin + git annex init client + git annex sync + Permission denied (publickey,keyboard-interactive). + (merging origin/git-annex origin/synced/git-annex into git-annex...) + (Recording state in git...) + + Remote origin does not have git-annex installed; setting annex-ignore + commit ok + pull origin Already up-to-date! + Merge made by the 'recursive' strategy. + + + ok + push origin To ssh://me@server/srv/data/bin + b79922f..4fe0505 git-annex -> synced/git-annex + 2f6a601..02a2603 annex/direct/master -> synced/master + + ok + + +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 + + -- cgit v1.2.3