summaryrefslogtreecommitdiff
path: root/doc/bugs/Windows_installer_includes_curl_and_wget__44___but_not_required_DLLs.mdwn
blob: 60a894b4e6efe1e08b0625a18e980221c496162b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
### Please describe the problem.
On a default, clean install on Windows, annex get over HTTP fails, as neither wget nor curl have all necessary DLLs.

### What steps will reproduce the problem?
1. Install git from git-scm.org, and git-annex from git-annex.branchable.com.
2. Don't install, or remove if installed, Cygwin.
3. clone an annex over HTTP
4. attempt to 'annex get' a file
5. get dialog box, explaining missing DLLs.

### What version of git-annex are you using? On what operating system?
Windows 7.

### Please provide any additional information below.
Installing Cygwin and adding to path seems to fix issue.