We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc655d7 commit 59a5d66Copy full SHA for 59a5d66
misc/README.md
@@ -5,6 +5,9 @@ curl -O <link to download>
5
6
# with proxy
7
curl -O --proxy <[protocol://][user:password@]proxyhost[:port]> <link to download>
8
+
9
+# if your password contain special character like '@'
10
+curl -O http://proxy_server:proxy_port --proxy-user username:password <link to download>
11
```
12
13
## Pip install with proxy
0 commit comments