About the App
Edit homebrew-install.rb: search for 'curl' and add the -k switch. Finally, run your patched script: ruby homebrew-install.rb Share. Improve this answer. Follow answered Aug 20 '11 at 13:23. 9,619 3 3 gold badges 54 54 silver badges 53 53 bronze badges. Add a comment 0. Get code examples like 'how to install homebrew on windows 10' instantly right from your google search results with the Grepper Chrome Extension. /bin/bash -c '$ (curl -fsSL Paste that in a macOS Terminal or Linux shell prompt. The script explains what it will do and then pauses before it does it. Read about other installation options. @MadPhysicist run brew link curl -force to force Homebrew to symlink curl into usr/local/bin. As long as that is ahead of /usr/bin in your path, then the Homebrew curl should be used.
- App name: curl
- App description: Get a file from an HTTP HTTPS or FTP server
- App website: http://curl.haxx.se/
Install the App
- Press
Command+Space
and type Terminal and press enter/return key. - Run in Terminal app:
ruby -e '$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)' < /dev/null 2> /dev/null
and press enter/return key.
If the screen prompts you to enter a password, please enter your Mac's user password to continue. When you type the password, it won't be displayed on screen, but the system would accept it. So just type your password and press ENTER/RETURN key. Then wait for the command to finish. - Run:
brew install curl
Done! You can now use curl
.
Similar Software for Mac
- Included in:
- Archive, Bintray, CurlDownloadStrategy, GitHubReleases, SPDX, SPDX, SharedAudits, SharedAudits
- Defined in:
- utils/curl.rb
Overview
This module is part of a private API. This module may only be used in the Homebrew/brew repository. Third parties should avoid using this module if possible, as it may be removed or changed without warning.
Homebrew Curly
Helper function for interacting with curl
.
Class Method Summary collapse
- .curl(*args, print_stdout: true, **options) ⇒ Object private
- .curl_args(*extra_args, **options) ⇒ Object private
- .curl_check_http_content(url, url_type, specs: {}, user_agents: [:default], check_content: false, strict: false) ⇒ Object private
- .curl_download(*args, to: nil, partial: true, **options) ⇒ Object private
- .curl_executable ⇒ Object private
- .curl_http_content_headers_and_checksum(url, specs: {}, hash_needed: false, user_agent: :default) ⇒ Object private
- .curl_output(*args, **options) ⇒ Object private
- .curl_with_workarounds(*args, secrets: nil, print_stdout: nil, print_stderr: nil, debug: nil, verbose: nil, env: {}, timeout: nil, **options) ⇒ Object private
- .http_status_ok?(status) ⇒ Boolean private
- .url_protected_by_cloudflare?(details) ⇒ Boolean private
Check if a URL is protected by CloudFlare (e.g. badlion.net and jaxx.io).
- .url_protected_by_incapsula?(details) ⇒ Boolean private
Check if a URL is protected by Incapsula (e.g. corsair.com).
Class Method Details
.curl(*args, print_stdout: true, **options) ⇒ Object
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
.curl_args(*extra_args, **options) ⇒ Object
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
.curl_check_http_content(url, url_type, specs: {}, user_agents: [:default], check_content: false, strict: false) ⇒ Object
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
.curl_download(*args, to: nil, partial: true, **options) ⇒ Object
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
.curl_executable ⇒ Object
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
.curl_http_content_headers_and_checksum(url, specs: {}, hash_needed: false, user_agent: :default) ⇒ Object
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
.curl_output(*args, **options) ⇒ Object
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
.curl_with_workarounds(*args, secrets: nil, print_stdout: nil, print_stderr: nil, debug: nil, verbose: nil, env: {}, timeout: nil, **options) ⇒ Object
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
.http_status_ok?(status) ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
.url_protected_by_cloudflare?(details) ⇒ Boolean
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
Check if a URL is protected by CloudFlare (e.g. badlion.net and jaxx.io).
.url_protected_by_incapsula?(details) ⇒ Boolean
Homebrew Curl Path
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
Homebrew Curling
Check if a URL is protected by Incapsula (e.g. corsair.com).