This commit is contained in:
jrollins 2021-01-31 20:32:11 +00:00 committed by admin
parent e14eececd8
commit 8a3ffbf831

View file

@ -1,26 +0,0 @@
[[!comment format=mdwn
username="jrollins"
avatar="http://cdn.libravatar.org/avatar/129f3c58226661d01c5bfc18f0048d81"
subject="problems with annex init in cloned repo"
date="2021-01-31T20:31:36Z"
content="""
I'm trying to following the instructions here, but keep running into the following problem whenever I try to clone the remote repo:
```
0$ git clone ssh://remote.example.com/~/tmp/archive/git
Cloning into 'git'...
warning: You appear to have cloned an empty repository.
0$ cd git/
0$ git annex init local
init servo (scanning for unlocked files...)
Unable to parse git config from origin
Remote origin does not have git-annex installed; setting annex-ignore
This could be a problem with the git-annex installation on the remote. Please make sure that git-annex-shell is available in PATH when you ssh into the remote. Once you have fixed the git-annex installation, run: git annex enableremote origin
ok
(recording state in git...)
0$
```
What am I doing wrong? The remote repo is setup bare, exactly as suggested.
"""]]