码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2020-04-13 21:12:32      阅读:97      评论:0      收藏:0      [点我收藏+]

标签:image   http   alt   src   ref   fuse   connect   指令   code   

在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就是不行。

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

标签:image   http   alt   src   ref   fuse   connect   指令   code   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!