This commit is contained in:
parent
1d0ad11617
commit
40f4be4335
1 changed files with 19 additions and 0 deletions
|
@ -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?
|
Loading…
Add table
Reference in a new issue