当前位置:网站首页>通过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
边栏推荐
- Shell基础
- How to get started with MOOSE platform - an example of how to run the official tutorial
- Windows10重置MySQL用户密码
- Deep Learning Theory - Overfitting, Underfitting, Regularization, Optimizers
- counting cycle
- 代码庆端午--粽你心意
- sbl_init.asm-适合在编辑模式下看
- 安装Apache服务时出现的几个问题, AH00369,AH00526,AH00072....
- 彻底删除MySQL教程
- Golang环境变量设置(二)--GOMODULE&GOPROXY
猜你喜欢
Windows10重置MySQL用户密码
2020-03-27
Deep learning, "grain and grass" first--On the way to obtain data sets
No matching function for call to 'RCTBridgeModuleNameForClass'
MNIST handwritten digit recognition, sorted by from two to ten
结构体内存对齐-C语言
Pytest common plug-in
使用JS在浏览器中打印菱形
题目1000:输入两个整数a和b,计算a+b的和,此题是多组测试数据
淘宝分布式文件系统存储引擎(一)
随机推荐
How to grow into a senior engineer?
C语言数组的深度分析
MVC自定义配置
MNIST handwritten digit recognition - based on Mindspore to quickly build a perceptron to achieve ten categories
文件编辑器
安装pyspider后运行pyspider all后遇到的问题
Deep learning, "grain and grass" first--On the way to obtain data sets
arm交叉编译
Shell基础
第二章 STA相关概念
[daily office][ssh]cheatsheet
tmux概念和使用
(位操作符)按位与、按位或、按位异或
【c语言】整数的二进制表现形式是什么?
结构体内存对齐-C语言
[Copy Siege Lion Log] Flying Pulp Academy Intensive Learning 7-Day Punch Camp-Study Notes
理想的生活
指针的运算【C语言】
Golang环境变量设置(二)--GOMODULE&GOPROXY
使用JS在浏览器中打印菱形