From 98e1fb80d543ad98a531bb91637659ba9d895719 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 1 Dec 2014 17:53:36 -0400 Subject: comment & close, user error --- doc/bugs/proxy_command_fails_on_Windows.mdwn | 4 ++++ .../comment_1_a6d85bd65cd4df957ed108b2966584ef._comment | 13 +++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 doc/bugs/proxy_command_fails_on_Windows/comment_1_a6d85bd65cd4df957ed108b2966584ef._comment diff --git a/doc/bugs/proxy_command_fails_on_Windows.mdwn b/doc/bugs/proxy_command_fails_on_Windows.mdwn index 175228283..a099d06d9 100644 --- a/doc/bugs/proxy_command_fails_on_Windows.mdwn +++ b/doc/bugs/proxy_command_fails_on_Windows.mdwn @@ -30,3 +30,7 @@ Daily Windows build 5.20141128-g70f997e local repository version: 5 supported repository version: 5 upgrade supported from repository versions: 2 3 4 + +> Seems the man page was mis-read, or possibly I've fixed it, +> since it certianly says you need to specify "-- git cmd", not +> just "-- cmd". [[done]] --[[Joey]] diff --git a/doc/bugs/proxy_command_fails_on_Windows/comment_1_a6d85bd65cd4df957ed108b2966584ef._comment b/doc/bugs/proxy_command_fails_on_Windows/comment_1_a6d85bd65cd4df957ed108b2966584ef._comment new file mode 100644 index 000000000..0eaf88fa3 --- /dev/null +++ b/doc/bugs/proxy_command_fails_on_Windows/comment_1_a6d85bd65cd4df957ed108b2966584ef._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2014-12-01T21:51:40Z" + content=""" +If you want to run "git pull" using the proxy, you need to use: + +git annex proxy -- git pull + +Like it says on the man page. Instead you told it to run a command named +"pull", which would work if you had a program by that name, but you don't. +:) +"""]] -- cgit v1.2.3