python Win10 proxy代理设置的坑
Win10设置代理,居然导致python无法正常联网,webdav4 pip 错误 ValueError: check_hostname requires server_hostname
以下cmd不知是否好用。不好用。
set HTTP_PROXY=http://192.168.1.5:1080
set HTTPS_PROXY=http://192.168.1.5:1080
set ALL_PROXY=socks5://192.168.1.5:1080