Created
November 20, 2013 01:29
-
-
Save objectx/7555978 to your computer and use it in GitHub Desktop.
curl -v -L "http://api.gvmtool.net/download/gradle/1.9?platform=Darwin" > /dev/null
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * About to connect() to api.gvmtool.net port 80 (#0) | |
| * Trying 54.243.121.176... | |
| * Adding handle: conn: 0x7fda81806600 | |
| * Adding handle: send: 0 | |
| * Adding handle: recv: 0 | |
| * Curl_addHandleToPipeline: length: 1 | |
| * - Conn 0 (0x7fda81806600) send_pipe: 1, recv_pipe: 0 | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Connected to api.gvmtool.net (54.243.121.176) port 80 (#0) | |
| > GET /download/gradle/1.9?platform=Darwin HTTP/1.1 | |
| > User-Agent: curl/7.33.0 | |
| > Host: api.gvmtool.net | |
| > Accept: */* | |
| > | |
| < HTTP/1.1 302 Found | |
| < Location: [http://services.gradle.org/distributions/gradle-1.9-all.zip] | |
| < Content-Length: 0 | |
| < Connection: keep-alive | |
| < | |
| 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
| * Connection #0 to host api.gvmtool.net left intact | |
| * Issue another request to this URL: '[http://services.gradle.org/distributions/gradle-1.9-all.zip]' | |
| * Protocol [http not supported or disabled in libcurl | |
| * Closing connection -1 | |
| curl: (1) Protocol [http not supported or disabled in libcurl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment