## 前言 在终端环境下,经常会遇到代理问题,代理不生效,或者某些程序不走代理,再或者就是代理不生效 ```bash fatal: unable to access 'https://github.com/LineageOS/android.git/': Content-Length: in 200 response ``` 出现上面那种类似错误,就是代理不生效了 ## 解决...