This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawkxl76M-3zKZXFbFf6NY6c6y-78CSKGyJw 2013-07-06 20:16:18 +00:00 committed by admin
parent 2bfd52be2f
commit f36622c08f

View file

@ -0,0 +1,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.