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 new file mode 100644 index 0000000000..cde0b7b7f1 --- /dev/null +++ b/doc/forum/warning:_remote_HEAD_refers_to_nonexistent_ref__44___unable_to_checkout.mdwn @@ -0,0 +1,19 @@ +I am struggling for so long time, everytime getting different errors :( :( + +I digged up my backup and started from scratch. Still not working. + +On the (linux) server (directory contains already files): + + cd bin + git init + git annex init server + git annex direct + git annex add . + +Then, on the Windows client: + + $ git clone ssh://me@server/srv/data/bin bin + Cloning into 'bin'... + warning: remote HEAD refers to nonexistent ref, unable to checkout. + +What's going on here?