使用ss之后输入conda指令出现错误:“ValueError: Unable to determine SOCKS version from socks://127.0.0.1:1080/”。

解决方法:

在终端中输入

unset all_proxy && unset ALL_PROXY
export all_proxy="socks5://127.0.0.1:1080"

这只能在当前终端的使用中有效,重新打开的终端中仍然会有错误。

相关文章:

  • 2021-09-03
  • 2022-12-23
  • 2021-10-14
  • 2021-12-19
  • 2021-09-26
  • 2021-08-12
  • 2021-09-19
  • 2021-06-12
猜你喜欢
  • 2021-06-16
  • 2022-02-26
  • 2022-12-23
  • 2021-07-25
  • 2022-01-18
  • 2021-12-08
  • 2022-12-23
相关资源
相似解决方案