设置curl代理


背景

接上一篇文章,这次是fetch --nohooks webrtc失败了

fetch --nohooks webrtc
curl: (7) Failed to connect to chrome-infra-packages.appspot.com port 443: Connection timed out
/home/****/webrtc/depot_tools/bootstrap_python3: line 32: bootstrap-2@3.8.10.chromium.23_bin/python3/bin/python3: No such file or directory
cat: /home/jinlun/webrtc/depot_tools/python3_bin_reldir.txt: No such file or directory
/home/****/webrtc/depot_tools/vpython3: line 52: /home/****/webrtc/depot_tools/.cipd_bin/vpython3: No such file or directory

看来还需要设置curl代理

设置临时代理

export http_proxy=http://192.168.40.169:21882
export https_proxy=http://192.168.40.169:21882

正常拉取代码

fetch --nohooks webrtc
Running: gclient root
WARNING: Your metrics.cfg file was invalid or nonexistent. A new one will be created.
Running: gclient config --spec 'solutions = [
  {
    "name": "src",
    "url": "https://webrtc.googlesource.com/src.git",
    "deps_file": "DEPS",
    "managed": False,
    "custom_deps": {},
  },
]
'
Running: gclient sync --nohooks --with_branch_heads

________ running 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout --progress https://webrtc.googlesource.com/src.git /home/****/webrtc/_gclient_src_4e90wzdy' in '/home/****/webrtc'
Cloning into '/home/****/webrtc/_gclient_src_4e90wzdy'...
remote: Sending approximately 326.78 MiB ...
remote: Counting objects: 59, done
remote: Finding sources: 100% (59/59)
Receiving objects:  59% (237630/398439), 115.59 MiB | 1.13 MiB/s 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM