diff options
author | 2016-11-07 10:16:09 -0400 | |
---|---|---|
committer | 2016-11-07 10:16:09 -0400 | |
commit | f5086b911bea273a18d12c9eb2a5b1d6655a0c55 (patch) | |
tree | e84e08c15e70ee8584d5c0ec0abac2f9fcf00913 | |
parent | be909c5127785ab53e3ecf35e76c222974cdc116 (diff) |
analysis
-rw-r--r-- | doc/bugs/git_annex_init_failed_due_to_unsupported_ssh_option/comment_1_89222cd91f529408fd797b087f584b60._comment | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_init_failed_due_to_unsupported_ssh_option/comment_1_89222cd91f529408fd797b087f584b60._comment b/doc/bugs/git_annex_init_failed_due_to_unsupported_ssh_option/comment_1_89222cd91f529408fd797b087f584b60._comment new file mode 100644 index 000000000..888904bbf --- /dev/null +++ b/doc/bugs/git_annex_init_failed_due_to_unsupported_ssh_option/comment_1_89222cd91f529408fd797b087f584b60._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2016-11-07T14:10:29Z" + content=""" +You forgot to show the error message from `git annex init` or whatever it +was that failed. A second of paste will save hours of guesswork. + +Looking at `man ssh_config` on OSX, it seems ssh 6.9 does not support +the Include directive. + +I guess that the detail you left out is that you ran `git annex init` in a +repository that was cloned from another repository over ssh. That makes it +use ssh to probe the remote, and that probing will fail if ssh is too old +to support Include +"""]] |