当前位置:网站首页>通过socks5代理下载webrtc源码错误:curl: (7) Can't complete SOCKS5 connection xx.xx.xx.xx
通过socks5代理下载webrtc源码错误:curl: (7) Can't complete SOCKS5 connection xx.xx.xx.xx
2022-08-04 05:32:00 【睏哥RTC】
下载webrtc需要设置git代理和curl代理:
git代理设置:
vi ~/.gitconfig
[http]
proxy = socks5://?.?.?.?:?
[https]
proxy = socks5://?.?.?.?:?
还需要设置curl代理,否则提出curl连接超时、连接拒绝
export HTTPS_PROXY=socks5h://?.?.?.?:?
export HTTP_PROXY=socks5h://1?.?.?.?:?
socks5后面不加那个h, 可能会提示: Can't complete SOCKS5 connection xx.xx.xx.xx
边栏推荐
- The second official example analysis of the MOOSE platform - about creating a Kernel and solving the convection-diffusion equation
- 分布式cache项目
- Shell脚本执行的三种方式
- LeetCode_Dec_2nd_Week
- Vmmem 进程(WSL2)消耗内存巨大
- Socket编程详解
- MySQL批量修改时间字段
- file editor
- 迅雷关闭自动更新
- Deep Learning Theory - Overfitting, Underfitting, Regularization, Optimizers
猜你喜欢

Golang环境变量设置(二)--GOMODULE&GOPROXY

MNIST handwritten digit recognition, sorted by from two to ten

Windows10重置MySQL用户密码

No matching function for call to 'RCTBridgeModuleNameForClass'

第三章 标准单元库(上)

【五一专属】阿里云ECS大测评#五一专属|向所有热爱分享的“技术劳动者”致敬#

Cut the hit pro subtitles export of essays

安装pyspider后运行pyspider all后遇到的问题

vim的介绍

Socket编程详解
随机推荐
How to get started with MOOSE platform - an example of how to run the official tutorial
Copy Siege Lion's Annual "Battle" | Review 2020
Completely remove MySQL tutorial
arm-3-中断体系结构
代码庆端午--粽你心意
Detailed steps to install MySQL
Thunderbolt turns off automatic updates
Golang环境变量设置(二)--GOMODULE&GOPROXY
Tencent and NetEase have taken action one after another. What is the metaverse that is so popular that it is out of the circle?
华为鲲鹏arm服务器下使用webrtc和boost踩坑记--编译篇
bind()系统调用的用处
理想的生活
安装pyspider后运行pyspider all后遇到的问题
LeetCode_22_Apr_2nd_Week
[日常办公][杂项][vscode]tab space
The usefulness of bind() system call
(位操作符)按位与、按位或、按位异或
指针运算相关面试题详解【C语言】
[Daily office][shell] Common code snippets
The second official example analysis of the MOOSE platform - about creating a Kernel and solving the convection-diffusion equation