我遇到的错误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

里面的内容是:

socks5 = "127.0.0.1:1086"

注释掉就好了。

p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #33bbc8; background-color: #ffffff }
span.s1 { color: #afad24 }
span.s2 { }

时间: 2024-10-25 14:57:36

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

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 -

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

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

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

Could not connect to '172.18.253.2' (port 22): Connection failed.

cisco交换机SSH登陆故障 一.故障现象 使用SSH登陆交换机时,出现如下提示 Connecting to 172.18.253.2:22... Could not connect to '172.18.253.2' (port 22): Connection failed. 二.故障排除 使用console口登陆交换机,查看登陆配置,配置了VTY 0 - 4 line vty 0 4 exec-timeout 0 0 login local ! 使用show ssh查看vty下的用户数量.

【MongoDB】2014-07-25T11:00:48.634+0800 warning: Failed to connect to 127.0.0.1:27017, reason: errno:10061 由于目标计算机积极拒绝,无法连接。

1:启动MongoDB 2014-07-25T11:00:48.634+0800 warning: Failed to connect to 127.0.0.1:27017, reason: errno:10061 由于目标计算机积极拒绝,无法连接. 2:添加一配置文件 ##数据文件 dbpath=E:\ruanjian\MongoDB\data ##日志文件 logpath=E:\ruanjian\MongoDB\log\mongo.log 添加相应目录和文件,如下图所示 3: C:\User

loadrunner:Action.c(4): Error -27796: Failed to connect to server "10.0.9.184:8080": [10060] Connection timed out

Action.c(4): Error -27796: Failed to connect to server "10.0.9.184:8080": [10060] Connection timed out (1) 在负载生成器的注册表HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Tcpip/Parameters里,有如下两个键值: TcpTimedWaitDelay和MaxUserPort 1,这里的TcpTimedWaitD

Failed to connect to 127.0.0.1:27017, reason: errno:10061 由于目标计算机积极拒绝,无法连接

1:启动MongoDB 2014-07-25T11:00:48.634+0800 warning: Failed to connect to 127.0.0.1:27017, reason: errno:10061 由于目标计算机积极拒绝,无法连接. 2:添加一配置文件 ##数据文件 dbpath=E:\ruanjian\MongoDB\data ##日志文件 logpath=E:\ruanjian\MongoDB\log\mongo.log 添加相应目录和文件,如下图所示 3: C:\User