diff --git a/doc/bugs/proxy_command_fails_on_Windows.mdwn b/doc/bugs/proxy_command_fails_on_Windows.mdwn new file mode 100644 index 0000000000..5078912a87 --- /dev/null +++ b/doc/bugs/proxy_command_fails_on_Windows.mdwn @@ -0,0 +1,31 @@ +### Please describe the problem. + +The new ''git annex proxy'' command fails every command in the 2014-11-28 daily build for Windows. + +### What steps will reproduce the problem? + +1) Install daily Windows build via https://downloads.kitenet.net/git-annex/autobuild/windows/. +2) Run, in git bash: + + $ git annex proxy -- pull + git-annex: pull: createProcess: does not exist (No such file or directory) + failed + git-annex: proxy: 1 failed + +### What version of git-annex are you using? On what operating system? + +Daily Windows build 5.20141128-g70f997e + +### Please provide any additional information below. + + $ git annex version + git-annex version: 5.20141128-g70f997e + build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV DNS Feed + s Quvi TDFA CryptoHash + key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SH + A256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL + remote types: git gcrypt S3 bup directory rsync web webdav tahoe glacier ddar ho + ok external + local repository version: 5 + supported repository version: 5 + upgrade supported from repository versions: 2 3 4