来自:https://www.jianshu.com/p/68e... 的解决方案已经out-of-date, 我按照相同的办法后仍然会出现443 Connection refused的error
我又重新去检查了一下博主所参考的原stackoverflow文章: stackoverflow原提问
博主所参考的是目前高赞第一的答案,最初来自于2015年。已经过时, 我一直看到最后一个答案,才解决了我的问题,我将其搬运翻译过来
The accepted Answer is outdated now. But based on the answer I solved the problem by:
1. open the home page of brew https://brew.sh/
2. copy the URL from the install cmd and open it on your browser https://raw.githubusercontent.com/Homebrew/install/master/install.sh
3. right-click and save it to your computer
4. open a terminal and run it with: /bin/bash path-to/install.sh
总结来说, 直接进入这个链接https://raw.githubusercontent.com/Homebrew/install/master/install.sh , 右键保存网页, 找到你保存的位置, bash install.sh
这个方法解决了我的问题,虽然下载速度慢了一点
那么速度慢主要是因为要从github clone代码下来, 这个问题解决的方法在网上搜索的话, 最多的一种办法也是没有用处的,就是修改hosts文件,现在已经没有用了。 个人比较推荐另外一种。 就是把代码转移到码云上gitee.com, 然后从gitee clone就很快, 但是这个方法不能解决我们今天的问题, 除非你自己手动修改 install.sh里github的地址为gitee的地址。
还有另外一种其实非常简单的办法, 来自知乎的答案, 只需要简单的设置proxy就可以了
export ALL_PROXY=socks5://127.0.0.1:1080