ConEmu終端加速

ConEmu與cmd不同,應該按照linux的方法使用export代理端口。

export http_proxy=http://127.0.0.1:1080
export https_proxy=http://127.0.0.1:1080

檢驗

curl cip.cc

在這裏插入圖片描述
參考:https://gist.github.com/dreamlu/cf7cbc0b8329ac145fa44342d6a1c01d

取消

unset http_proxy
unset https_proxy
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章