This commit is contained in:
parent
4c26e8ad20
commit
63859347f3
1 changed files with 22 additions and 0 deletions
22
doc/bugs/git_annex_ignores_GIT__95__SSH__63__.mdwn
Normal file
22
doc/bugs/git_annex_ignores_GIT__95__SSH__63__.mdwn
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
### Please describe the problem.
|
||||||
|
I'm attempting to set up an ssh remote on windows. I've configured a key pair for it and set GIT_SSH to use plink. git fetch works correctly, but git annex info shows this:
|
||||||
|
|
||||||
|
[[!format sh """
|
||||||
|
C:\Users\db48x\annex>git annex info
|
||||||
|
repository mode: direct
|
||||||
|
trusted repositories: "ssh": argonath: no address associated with name
|
||||||
|
|
||||||
|
Remote argonath does not have git-annex installed; setting annex-ignore
|
||||||
|
"""]]
|
||||||
|
|
||||||
|
etc. Apparently it's trying to use the included ssh binary instead of my GIT_SSH setting.
|
||||||
|
|
||||||
|
### What version of git-annex are you using? On what operating system?
|
||||||
|
|
||||||
|
git-annex version: 5.20140529-gb71f9bf
|
||||||
|
build flags: Assistant Pairing Testsuite S3 DNS Feeds Quvi TDFA CryptoHash
|
||||||
|
key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL
|
||||||
|
remote types: git gcrypt S3 bup directory rsync web tahoe glacier ddar hook external
|
||||||
|
local repository version: 5
|
||||||
|
supported repository version: 5
|
||||||
|
upgrade supported from repository versions: 2 3 4
|
Loading…
Reference in a new issue