当前位置:网站首页>通过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
边栏推荐
猜你喜欢
基于asp.net的法律援助平台的设计与实现(附项目链接)
Janus转发丢包导致音视频不同步原因分析
结构体内存对齐-C语言
MNIST Handwritten Digit Recognition - Image Analysis Method for Binary Classification
MySQL基础
Install Minikube Cluster in AWS-EC2
Amazon Cloud Technology Build On 2022 - AIot Season 2 IoT Special Experiment Experience
使用JS在浏览器中打印菱形
网络通信与Socket编程概述
基于语音识别的QT设计的csgo互动类视频游戏
随机推荐
A code example of the PCL method in the domain of DG (Domain Generalization)
[English learning][sentence] good sentence
C语言静态变量static的分析
LeetCode_Nov_2nd_Week
迅雷关闭自动更新
AWS使用EC2降低DeepRacer的训练成本:DeepRacer-for-cloud的实践操作
Tencent and NetEase have taken action one after another. What is the metaverse that is so popular that it is out of the circle?
tmux concept and usage
MySQL索引
C语言结构体(必须掌握版)
Machine Learning - Processing of Text Labels for Classification Problems (Feature Engineering)
Tensorflow/Pytorch安装(Anaconda环境下,无版本冲突,亲测有效)
target has libraries with conflicting names: libcrypto.a and libssl.a.
最全的最详细的指针讲解(C语言)
基于asp.net的法律援助平台的设计与实现(附项目链接)
Stream API
Usage of SFTP
[Development Miscellaneous][Editor][Code Reading]ctags & vim
LeetCode_Nov_1st_Week
Fabric v1.1 环境搭建