这个问题由代理引起,给终端增加proxy后可以解决,直接在终端中运行:
export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890
其中 :7890 是当前使用的代理软件提供的端口。
这个问题由代理引起,给终端增加proxy后可以解决,直接在终端中运行:
export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890
其中 :7890 是当前使用的代理软件提供的端口。