当前位置:网站首页>通过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
边栏推荐
猜你喜欢

SSO单点登陆

C语言静态变量static的分析

最全的最详细的指针讲解(C语言)

tmux概念和使用

No matching function for call to 'RCTBridgeModuleNameForClass'

MySQL索引

Thunderbolt turns off automatic updates

Question 1000: Input two integers a and b, calculate the sum of a+b, this question is multiple sets of test data

CSDN大礼包--高校圆桌派大礼包

Golang environment variable settings (2)--GOMODULE & GOPROXY
随机推荐
arm交叉编译
华为鲲鹏arm服务器下使用webrtc和boost踩坑记--编译篇
The Unity of ML - agents interpret parameter Settings
线程池原理
基于asp.net的法律援助平台的设计与实现(附项目链接)
ideal life
file editor
LeetCode_Nov_5th_Week
C语言结构体(必须掌握版)
LeetCode_Nov_4th_Week
Completely remove MySQL tutorial
Amazon Cloud Technology Build On-Amazon Neptune's Knowledge Graph-Based Recommendation Model Building Experience
MNIST Handwritten Digit Recognition - From Perceptrons to Convolutional Neural Networks
虚幻引擎 5 完整指南[2022六月最新课程学习内容]
MNIST Handwritten Digit Recognition - Lenet-5's First Commercial Grade Convolutional Neural Network
IDEA中创建web项目实现步骤
Code to celebrate the Dragon Boat Festival - Zongzi, your heart
[开发杂项][调试]debug into kernel
counting cycle
How to get started with MOOSE platform - an example of how to run the official tutorial