summaryrefslogtreecommitdiff
path: root/doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command
diff options
context:
space:
mode:
authorGravatar zedr0nre@e1b86776f21c5f6a6e064c6ab8da039b54915b7d <zedr0nre@web>2015-08-03 23:37:22 +0000
committerGravatar admin <admin@branchable.com>2015-08-03 23:37:22 +0000
commit71c4200d8faf8e82780b91d08439d00017d258ca (patch)
tree1f9ece2e15ef559fab661ea022f1c5607446b7c0 /doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command
parenta8274792291d7ab5519574c4e1e262898c0e0b59 (diff)
removed
Diffstat (limited to 'doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command')
-rw-r--r--doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command/comment_10_a231fdd39c48184acfa7a9a825035400._comment18
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command/comment_10_a231fdd39c48184acfa7a9a825035400._comment b/doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command/comment_10_a231fdd39c48184acfa7a9a825035400._comment
deleted file mode 100644
index 6649169dc..000000000
--- a/doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command/comment_10_a231fdd39c48184acfa7a9a825035400._comment
+++ /dev/null
@@ -1,18 +0,0 @@
-[[!comment format=mdwn
- username="zedr0nre@e1b86776f21c5f6a6e064c6ab8da039b54915b7d"
- nickname="zedr0nre"
- subject="comment 10"
- date="2015-08-03T23:15:39Z"
- content="""
-Here's a workaround i found for now - inspired by [http://superuser.com/questions/232373/how-to-tell-git-which-private-key-to-use](http://superuser.com/questions/232373/how-to-tell-git-which-private-key-to-use)
-
-so when cloning from ssh before syncing use
-
-`git clone 'ext:ssh server.com %S /path/to/repository.git ' `
-
-instead of
-
-`git clone ssh://server.com/path/to/repository.git`
-
-That allows git annex sync to work for me
-"""]]