summaryrefslogtreecommitdiff
path: root/doc/forum/warning:_remote_HEAD_refers_to_nonexistent_ref__44___unable_to_checkout.mdwn
blob: cde0b7b7f1e0279ce2fba771e4718192dd958fe2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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?