When I try to install Homebrew, I get the following failure error message. Please help me solve this problem.
$ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused
It works for me. If this is not a problem with github, that may be, but I'm going to guess that it is not, probably a problem with your connection.
Can you get the same url through browser?
https://raw.githubusercontent.com/Homebrew/install/master/install
If you have a mistake, you know what the problem is. (Talk to your network administrator)
... , "curl" , , curl ?
, , (brew_install.rb),
ruby brew_install.rb
, , , .
export HTTPS_PROXY=https://<proxy.mycompany>:<port>
git config --global https.proxy $HTTPS_PROXY
git config --global --get https.proxy
, , xcode, .. xcode-select --install
xcode-select --install
:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
.
, https
env | grep -I proxy
, , env
HTTPS_PROXY
Source: https://habr.com/ru/post/1585019/More articles:https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1585014/observing-changes-to-es6-maps-and-sets&usg=ALkJrhipaLTCOEjQgw_Z8a-kGP2e_t6_zQPDO query doesn't display results? - phpRails 4: How to send mail to a separate stream? - multithreadingHow to get more information about julia array bounds error? - julia-langHow to parse a JSON object in `Map >` - javaΠΠ°ΡΡΠ°> Π² JSON ΠΈ Pretty Print - jsonPython ThreadPool from multiprocessing.pool cannot utilize all processors - pythondefining parameters of several types in Nim - parameter-passingHow to make the ball bounce off the oar in the right direction, not like a straight line - javascriptcss word wrap with ellipsis - htmlAll Articles