summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar threadshuffle <threadshuffle@web>2015-07-21 19:01:52 +0000
committerGravatar admin <admin@branchable.com>2015-07-21 19:01:52 +0000
commit73086d536142c2d158384a13ba78e00e9bed5cac (patch)
treed44649cd764217e74b49a7c41c9290c9689adf56
parentd8c78237328a15c2feba05e7ed2a0bf1ff266ad6 (diff)
Added a comment: same problem
-rw-r--r--doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command/comment_5_f82ac380383f5116ca1c3b49cdec0648._comment12
1 files changed, 12 insertions, 0 deletions
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
+<pre><code>g' <- addGitEnv g sshOptionsEnv val
+addGitEnv g' \"GIT_SSH\" command</code></pre>
+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.
+"""]]