summaryrefslogtreecommitdiff
path: root/doc/bugs/proxy_command_fails_on_Windows.mdwn
blob: 370764e03a3f0699120c23c0fa0bd7f61d2c1e85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
### Please describe the problem.

The new ''git annex proxy'' command fails every call in the 2014-11-28 daily Windows build.

### 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 on Windows 7 x64

### 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

> 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]]