summaryrefslogtreecommitdiff
path: root/doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command.mdwn
diff options
context:
space:
mode:
authorGravatar johannes.elferich@aa0b74ea712d0a5cdc15edcf9b52a72d5bdb355c <johanneselferich@web>2015-06-20 23:34:47 +0000
committerGravatar admin <admin@branchable.com>2015-06-20 23:34:47 +0000
commit5c1a69ee924c500ddc3ab3522026020fe98a24d8 (patch)
treefd1ec584a2d4fcce6af23aced38938d8f21bc32c /doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command.mdwn
parenta2dc75aadb6d8cdc40f197270e69c020cf6deb5d (diff)
Diffstat (limited to 'doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command.mdwn')
-rw-r--r--doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command.mdwn b/doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command.mdwn
index 4da5d453f..edfa5f1bd 100644
--- a/doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command.mdwn
+++ b/doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command.mdwn
@@ -12,6 +12,17 @@ Thanks,
Johannes
+PS:
+
+I found that after reverting commit a6d54e49a0676e1c8e4b3202b29c7725f45fa784 the git fetch command will work, but git push origin will fail:
+
+push origin [2015-06-21 00:25:32 ric] call: git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","-c","core.bare=false","push","origin","+git-annex:synced/git-annex","annex/direct/master:synced/master"]
+Bad port ''
+fatal: Could not read from remote repository.
+
+Please make sure you have the correct access rights
+and the repository exists.
+
### What steps will reproduce the problem?