diff options
author | zedr0nre@e1b86776f21c5f6a6e064c6ab8da039b54915b7d <zedr0nre@web> | 2015-08-04 00:00:23 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-08-04 00:00:23 +0000 |
commit | cf1f6485298c2804cfcf8c13f4d8e99ab31c892b (patch) | |
tree | 3ca889928c4788816fa8373173011d890660729f | |
parent | 71c4200d8faf8e82780b91d08439d00017d258ca (diff) |
Added a comment
-rw-r--r-- | doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command/comment_10_58d7fdcc87c68337581490ab5b5d18b5._comment | 12 |
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_10_58d7fdcc87c68337581490ab5b5d18b5._comment b/doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command/comment_10_58d7fdcc87c68337581490ab5b5d18b5._comment new file mode 100644 index 000000000..1067e8383 --- /dev/null +++ b/doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command/comment_10_58d7fdcc87c68337581490ab5b5d18b5._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="zedr0nre@e1b86776f21c5f6a6e064c6ab8da039b54915b7d" + nickname="zedr0nre" + subject="comment 10" + date="2015-08-04T00:00:23Z" + content=""" +A workaround for now is to use a newer GIT from [http://git-for-windows.github.io/](http://git-for-windows.github.io/) which has Git 2.5+ and use the new environment variable GIT_SSH_COMMAND which overrides GIT_SSH so setting + +`export GIT_SSH_COMMAND=ssh` + +allows git annex sync to work successfully for me +"""]] |