You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
Describe the bug【描述 bug】
服务器上启动verysimple客户端,入站
···
[[listen]]
protocol = "http"
host = "127.0.0.1"
port = 10268
···
pip3用此代理安装会报错 To Reproduce【如何复现该bug】
执行
pip3 --proxy http://localhost:10268 search numpy
响应
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', RemoteDisconnected('Remote end closed connection without response'))': /pypi
Describe the bug【描述 bug】
服务器上启动verysimple客户端,入站
···
[[listen]]
protocol = "http"
host = "127.0.0.1"
port = 10268
···
pip3用此代理安装会报错
To Reproduce【如何复现该bug】
执行
响应
verysimple这边log的错误
Expected behavior【预期的行为】
pip3能正常访问。
BTW, curl、conda都能正常,所以只是某种不兼容。但是换naive这种简单代理pip3能兼容。
Envs (please complete the following information):【系统环境】
1.2.5版本
The text was updated successfully, but these errors were encountered: