From 73086d536142c2d158384a13ba78e00e9bed5cac Mon Sep 17 00:00:00 2001 From: threadshuffle Date: Tue, 21 Jul 2015 19:01:52 +0000 Subject: Added a comment: same problem --- .../comment_5_f82ac380383f5116ca1c3b49cdec0648._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command/comment_5_f82ac380383f5116ca1c3b49cdec0648._comment (limited to 'doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command') diff --git a/doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command/comment_5_f82ac380383f5116ca1c3b49cdec0648._comment b/doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command/comment_5_f82ac380383f5116ca1c3b49cdec0648._comment new file mode 100644 index 000000000..d0a023684 --- /dev/null +++ b/doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command/comment_5_f82ac380383f5116ca1c3b49cdec0648._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="threadshuffle" + subject="same problem" + date="2015-07-21T19:01:52Z" + content=""" +Hi, i have the same problem. I can't compile from source but ive looked at the process and it seems that GIT_SSH/GIT_ANNEX_SSHOPTION are set ok. Ive also looked through the source even though my haskell is quite limited and eventually managed to get something working by bypassing the +
g' <- addGitEnv g sshOptionsEnv val
+addGitEnv g' \"GIT_SSH\" command
+lines but i can't remember right now how i did it, though i remember it was by setting something similar to GIT_SSH (probably just it to 'c:\program...\git\bin\git.exe' or ssh.exe with a combination of GIT_ANNEX_SSHOPTION=''). +It didn't show the 'git annex unknown command' stuff but it did mess up the repo (said it synced the annex/direct/master synced/* branches but the changed didn't appear on the remote/origin). +If there's anything i can try without actually compiling, im all up for it. +"""]] -- cgit v1.2.3