cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re:Re:Re:Re:Re:Re: git clone over https failure while using socks proxy. any suggestions?thanks.

From: jelly <sinojelly_at_163.com>
Date: Sat, 6 Aug 2011 00:43:05 +0800 (CST)

I have updated libcurl to the new version, but i get No URL Set error.

jelly_at_jelly-PC2 ~/curl-new
$ https_proxy="socks5://localhost:9050"

jelly_at_jelly-PC2 ~/curl-new
$ curl https://code.google.com/p/wiztodo
curl: (3) No URL set!
Segmentation fault (core dumped)

jelly_at_jelly-PC2 ~/curl-new
$ https_proxy=

jelly_at_jelly-PC2 ~/curl-new
$ curl --socks5 localhost:9050 https://code.google.com/p/wiztodo
curl: (3) No URL set!
Segmentation fault (core dumped)

jelly_at_jelly-PC2 ~/curl-new
$ git clone https://code.google.com/p/wiztodo
Cloning into wiztodo...
error: No URL set! while accessing https://code.google.com/p/wiztodo/info/refs

fatal: HTTP request failed

jelly_at_jelly-PC2 ~/curl-new
$ GIT_CURL_VERBOSE=1 git clone https://code.google.com/p/wiztodo
Cloning into wiztodo...
* No URL set!
* No URL set!
error: No URL set! while accessing https://code.google.com/p/wiztodo/info/refs

fatal: HTTP request failed
At 2011-08-05 06:48:37,"Daniel Stenberg" <daniel_at_haxx.se> wrote:
>On Fri, 5 Aug 2011, Daniel Stenberg wrote:
>
>> Hang on, there's something fishy here. Will commit something soon to make
>> things better. Stay tuned.
>
>Try the current git version and it should work better when the socks proxy is
>set with --proxy or an evironment variable.
>
>The exact fix is this:
>
>https://github.com/bagder/curl/commit/17f343290c9888ab5f108b0e4c
>
>--
>
> / daniel.haxx.se
>-------------------------------------------------------------------
>List admin: http://cool.haxx.se/list/listinfo/curl-library
>Etiquette: http://curl.haxx.se/mail/etiquette.html

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-08-05