From a00ba0e4a35accd1c30725d4b30a149815f1afb9 Mon Sep 17 00:00:00 2001 From: "johannes.elferich@aa0b74ea712d0a5cdc15edcf9b52a72d5bdb355c" Date: Sat, 20 Jun 2015 23:34:47 +0000 Subject: [PATCH] --- ...dows_fails_by_using_itself_as_the_ssh_command.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 4da5d453fb..edfa5f1bd8 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?