[darcs-users] Windows Curl Problem

James Hunsaker IV hunsaker at spacetime.org
Mon Apr 7 19:15:57 UTC 2008


I am using Darcs on Cygwin but cannot get my repo to download:

$ curl -x proxy.company.com:80 --digest -u testuser:testpass -k -s -f
https://www.domain.org/repos/Project/_darcs/inventory
[Initial import.
Some User**20080405091154] 

$ export DARCS_GET_HTTP="curl -x proxy.company.com:80 --digest -u
testuser:testpass -k -s -f"

$ darcs get https://www.domain.org/repos/Project
Invalid repository:  https://www.domain.org/repos/Project

darcs failed:  Failed to download URL
https://www.domain.org/repos/Project/_darcs/inventory : libcurl error
code: 28


Using the same curl command without "--digest -u testuser:testpass -k"
allows me to "darcs get http://darcs.net/repos/stable" through the proxy
just fine.

Any ideas?

Thanks


More information about the darcs-users mailing list