curl: (7) Failed to connect to 127.**** port 1080: Connection refused on WSL2

在WSL2 Ubuntu18.04上执行指令

curl your_ip

发生了如下错误:

curl: (7) Failed to connect to 127.**** port 1080: Connection refused

在网上查了很多不靠谱答案,配置文件位置也不确定。

ping了一下地址发现可以ping通,

感觉这个应该是代理导致的,

于是在curl后面加上了不使用代理:

curl your_ip --noproxy "*"

成功

或者设置代理:

curl your_ip --proxy :1080

通了,不知道为啥,莫名其妙。反正不设置proxy就是不行。

原文地址:https://www.cnblogs.com/venusian/p/12693890.html

时间: 2024-10-10 14:46:32

curl: (7) Failed to connect to 127.**** port 1080: Connection refused on WSL2的相关文章

我遇到的错误curl: (7) Failed to connect to 127.0.0.1 port 1086: Connection refused

今天我用curl命令,无论如何都是出现: curl: (7) Failed to connect to 127.0.0.1 port 1086: Connection refused 找了很久,不知道是什么问题,后来发现curl有一个配置文件: p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ffffff } span.s1 { } ~/.curlrc 里

git时 Failed to connect to 127.0.0.1 port 1080: Connection refused

在公司换了一台电脑之后发现git clone 和 npm install都失败,报错为 fatal: unable to access 'https://github.com/netease-im/NIM_PC_UIKit/': Failed to connect to 127.0.0.1 port 1080: Connection refused 产生原因:本地使用了端口代理,导致连接失败 解决办法:在本机全局搜索 gitconfig 打开文件,删除有关proxy的所有行,只删除与 proxy

curl: (7) Failed to connect to 127.0.0.1 port 1086: Connection refused

今天我用curl命令,无论如何都是出现: 找了很久,不知道是什么问题,后来发现curl有一个配置文件: p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ffffff } span.s1 { } ~/.curlrc 里面的内容是: socks5 = "127.0.0.1:1086" 注释掉就好了. p.p1 { margin: 0.0px 0.0p

ssh: connect to host port 22: Connection refused

配置Linux的互信,互信完成后,连接需要+端口才可以??已经将端口修改为7777,但依旧走的是默认的22端口??修改方式:?[[email protected] ssh]# vi /etc/servicesssh 7777/tcp # The Secure Shell (SSH) Protocol

java.net.ConnectException: failed to connect to /127.0.1.1 (port 8080)的解决办法

当你启动Tomcat后,在浏览器中输入http://127.0.1.1:8080/xxx.xx,你会发现你可以找打你要找的东西.但是当你在Eclipse中运行测试代码后,JUnit会一直报出这样的错误: java.net.ConnectException: failed to connect to /127.0.1.1 (port 8080) after 5000ms: isConnected failed: ECONNREFUSED (Connection refused)at libcore

android 中Network error IOException: failed to connect to /127.0.0.1 (port 1433): connect failed: ECONNREFUSED (Connection refused)

下面对android中出现的Network error IOException: failed to connect to /127.0.0.1 (port 1433): 做一下总结: 当用android程序调用本地的sqlserver的时候,当连接ip写成127.0.0.1的时候,怎么都连不通,出现以下的错误信息: 感觉好像是代码有问题或者是清单文件中某个权限忘加了,其实不是这样的.原来模拟器默认把127.0.0.1和localhost当做本身了,在模拟器上可以用10.0.2.2代替127.0

[转发]解决 git push Failed to connect to 127.0.0.1 port 45463: 拒绝连接

使用Github pull 代码突然报错: Failed to connect to 127.0.0.1 port 43421: Connection refused 使用 lsof 发现端口未被占用:lsof -i:45463 查看代理:env|grep -i proxy NO_PROXY=localhost,127.0.0.0/8,::1 http_proxy=http://127.0.0.1:45463/ HTTPS_PROXY=http://127.0.0.1:45463/ https_

curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused

安装brew显示:curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused 此时,我是在虚拟环境中安装的,使用网上的教程没有解决: 后来我退出了虚拟环境: ok,解决了 原文地址:https://www.cnblogs.com/Zhao159461/p/12591374.html

xshell为什么连接不上ubuntu---ould not connect to 'ip' (port 22): Connection failed.

换了电脑之后,很多环境都要重新搭建,今天我就碰到我的xshell连接不是上ubuntu的问题,分享给大家.     我用VM打开我的ubuntu之后,想用xshell连接,在windows环境下操作,毕竟这样比较方便,但是,当我使用xshell连接的时候总是发现会连接失败,如下图: 总是连接失败.     上网查了查原因:        1:可能没有开启22端口,之后上网找命令开启了22端口,命令如下:     iptables -A INPUT -p tcp -m tcp --sport 22