new bug
This commit is contained in:
parent
0014599dd9
commit
de5f0cc5fb
1 changed files with 15 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
git remotes that have git-annex and git "installed" using the linux
|
||||
standalone tarball (or the OSX dmg) may not have git-receive-pack in PATH.
|
||||
|
||||
To make `git annex sync` and `git push` etc work on such a remote,
|
||||
it needs to have a dedicated ssh key that runs git-annex-shell and uses it
|
||||
to run the command.
|
||||
|
||||
The assistant sets that up when it sets up a dedicated ssh key. However, if
|
||||
the server can be sshed into without a password using an existing ssh key,
|
||||
the assistant re-uses that key.
|
||||
|
||||
The assistant should either always set up a dedicated ssh key, even when
|
||||
not otherwise needed, or it should probe to see if git-receive-pack and
|
||||
git-send-pack can be run as part of its probing, and set up a dedicated
|
||||
ssh key when they cannot be.
|
Loading…
Reference in a new issue