diff options
author | http://grossmeier.net/ <greg@web> | 2012-11-14 04:29:13 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-11-14 04:29:13 +0000 |
commit | 39f784e332a4591c05395f4334fbd7915a4aca13 (patch) | |
tree | d9508e352f96f3340b5307aff2f68ef68845bd7a /doc | |
parent | ce167e27bffd1b66360392a483693693bcb010a8 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/map_not_respecting_annex_ssh_options__63__.mdwn | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/bugs/map_not_respecting_annex_ssh_options__63__.mdwn b/doc/bugs/map_not_respecting_annex_ssh_options__63__.mdwn new file mode 100644 index 000000000..0d362db21 --- /dev/null +++ b/doc/bugs/map_not_respecting_annex_ssh_options__63__.mdwn @@ -0,0 +1,37 @@ +### What steps will reproduce the problem? + +1. Have a remote that uses annex-ssh-options to specify an sshkey which is needed to invoke git-annex-shell on that remote. +2. Run git-annex map. + +### What is the expected output? What do you see instead? + +I expect to see a map without any errors complaining of commands not recognized. + +Instead I see: + + greg@x200s:~/Pictures/Photos$ git-annex map + map /home/greg/Pictures/Photos ok + map 60justin (sshing...) + ok + map rose (sshing...) + fatal: unrecognized command 'cd '/home/greg/Media/Pictures/Photos/' && git config --null --list' + git-annex-shell: git-shell failed + +relevant part of .git/config: + + [remote "rose"] + url = greg@rose.makesad.us:/home/greg/Media/Pictures/Photos/ + fetch = +refs/heads/*:refs/remotes/rose/* + annex-ssh-options = "-i /home/greg/.ssh/annex.x200s_rsa" + annex-trustlevel = trusted + annex-uuid = c0e4106e-2631-11e2-9749-1bfa37a61069 + + +### What version of git-annex are you using? On what operating system? + + git-annex version: 3.20121017 + local repository version: 3 + default repository version: 3 + supported repository versions: 3 + upgrade supported from repository versions: 0 1 2 + |