Added a comment: problems with init after clone
This commit is contained in:
parent
8a3ffbf831
commit
b25438a5ac
1 changed files with 28 additions and 0 deletions
|
@ -0,0 +1,28 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="jrollins"
|
||||||
|
avatar="http://cdn.libravatar.org/avatar/129f3c58226661d01c5bfc18f0048d81"
|
||||||
|
subject="problems with init after clone"
|
||||||
|
date="2021-01-31T20:34:31Z"
|
||||||
|
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
Add a link
Reference in a new issue