summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar OlivierBerger <OlivierBerger@web>2015-08-27 15:02:14 +0000
committerGravatar admin <admin@branchable.com>2015-08-27 15:02:14 +0000
commit7097f2963cdbe53975cc83fe0381d8bdf7a85747 (patch)
treec9ee48efc99311557f9a8320d0b78bb7191024ff
parent439ae5405a15081641082c252b862228b4e217d1 (diff)
Added a comment: git 2.5 for windows seems the culprit whereas mysygit 1.9 works
-rw-r--r--doc/bugs/Windows:_git_annex_get_fails_with_rsync:_Failed_to_exec_ssh/comment_2_fddfc4c5a7428f924ec2ebbc7175a520._comment12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/Windows:_git_annex_get_fails_with_rsync:_Failed_to_exec_ssh/comment_2_fddfc4c5a7428f924ec2ebbc7175a520._comment b/doc/bugs/Windows:_git_annex_get_fails_with_rsync:_Failed_to_exec_ssh/comment_2_fddfc4c5a7428f924ec2ebbc7175a520._comment
new file mode 100644
index 000000000..77d28f010
--- /dev/null
+++ b/doc/bugs/Windows:_git_annex_get_fails_with_rsync:_Failed_to_exec_ssh/comment_2_fddfc4c5a7428f924ec2ebbc7175a520._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="OlivierBerger"
+ subject="git 2.5 for windows seems the culprit whereas mysygit 1.9 works"
+ date="2015-08-27T15:02:14Z"
+ content="""
+I've removed Git for windows 2.5, and installed the latest msysgit 1.9, and it seems that this works much better.
+
+However, I have to invoke git-annex from the command-line through its full path with :
+ \"C:\Program Files\Git\cmd\git-annex.exe\" get .
+
+I guess this gives hope :-)
+"""]]