问题描述
- MAC 终端下怎么设置代理 (折腾一天了,找到解决方法)
-
在MAC的终端下,执行curl获取ruby 包
curl -L https://get.rvm.io | bash -s stable
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (56) Received HTTP code 407 from proxy after CONNECT通过网上找到方法
export http_proxy=http://userName:pass@hostname:port
export https_proxy=http://userName:pass@hostname:port
设置也不行。错误为:
407 Proxy Authentication Required,Forefront TMG 需要授權才能滿足要求。對網頁 Proxy 篩選器的存取遭到拒絕
tips:
是不是因为公司使用了Forefront TMG,是否有解决方法。
因为在safari浏览器设置代理,通过浏览器是可以访问网站
解决方案
有谁遇到过类似的问题,帮忙回答下
解决方案二:
mac 下对 iterm 终端 设置代理
Mac 为 Homebrew 设置代理
mac 下 git svn 设置代理
----------------------
时间: 2024-10-28 07:02:34