报错:

requests.exceptions.ConnectionError: HTTPSConnectionPool(host='github.com', port=443): Max retries exceeded with url: /session (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f9c353330f0>: Failed to establish a new connection: [Errno 111] Connection refused',)))

requests.exceptions.ConnectionError: HTTPSConnectionPool(host='github.com', port=443):

将代理方法改成无

还无效则在terminal下输入unset https_proxy 和unset http_proxy


相关文章:

  • 2022-12-23
  • 2021-07-04
  • 2022-12-23
  • 2022-12-23
  • 2021-07-11
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-30
  • 2022-12-23
  • 2022-01-30
  • 2021-11-05
  • 2022-12-23
相关资源
相似解决方案