Added a comment: problems with annex init in cloned repo
This commit is contained in:
parent
65b7c8cb09
commit
e14eececd8
1 changed files with 26 additions and 0 deletions
|
@ -0,0 +1,26 @@
|
||||||
|
[[!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.
|
||||||
|
"""]]
|
Loading…
Add table
Reference in a new issue