赞
踩
Mac电脑下载:dev-sidecar加速工具
https://gitee.com/docmirror/dev-sidecar
安装dev-sidecar加速工具启动后,打开电脑终端,设置代理:
export http_proxy="http://127.0.0.1:1181";export https_proxy="https://127.0.0.1:1181";
或:export http_proxy=http://127.0.0.1:1181;export https_proxy=https://127.0.0.1:1181;
注意:
1、设置目的,终端可以使用git命令
2、上述的IP与1181端口与打开系统设置->网络->以太网->高级...->代理->网页代理/安全网页代理 中的 IP与端口一致。其中,端口与dev-sidecar加速工具中的代理端口应是一致。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。