Skip to content

Instantly share code, notes, and snippets.

@linonetwo
Created September 12, 2020 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linonetwo/d695659dfa13b6065006b5760b2f016b to your computer and use it in GitHub Desktop.
Save linonetwo/d695659dfa13b6065006b5760b2f016b to your computer and use it in GitHub Desktop.
Windows PowerShell 使用本地代理
$env:http_proxy="http://127.0.0.1:1081"
$env:https_proxy="http://127.0.0.1:1081"
# 测试方法
curl -vv http://www.google.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment