Updated Convert Shadowsocks into an HTTP proxy (markdown)
parent
9f64b083ba
commit
85c6f047b6
1 changed files with 6 additions and 0 deletions
|
@ -10,4 +10,10 @@ Then you can play with the HTTP proxy:
|
|||
|
||||
```bash
|
||||
http_proxy=http://localhost:8123 apt-get update
|
||||
|
||||
git config --global http.proxy 127.0.0.1:8123
|
||||
git clone https://github.com/xxx/xxx.git
|
||||
git xxx
|
||||
git xxx
|
||||
git config --global --unset-all http.proxy
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue