ターミナルでプロキシを使用する

マーク

export http_proxy=http://127.0.0.1:12333
export https_proxy=http://127.0.0.1:12333
unset  http_proxy && unset https_proxy

おすすめ

転載: blog.csdn.net/qq_35632833/article/details/111415953