-
-
Save CraKeyBoy/763ff775d6cf493b8874d0c2c4fedd46 to your computer and use it in GitHub Desktop.
default proxy for curl in .curlrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
proxy=http://username:password@host:port |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
如果临时不需要代理使用以下参数
curl --noproxy "*" http://www.google.com