You may need to configure a proxy server if you're having trouble cloning
or fetching from a remote repository or getting an error
like unable to access '...' Couldn't resolve host '...'.
Consider something like:
| [General] | |
| loglevel = warning | |
| bypass-system = true | |
| skip-proxy = 192.168.0.0/16,10.0.0.0/8,172.16.0.0/12,localhost,*.local,*.lan | |
| bypass-tun = 192.168.0.0/16,10.0.0.0/8,172.16.0.0/12 | |
| dns-server = 114.114.114.114,114.114.115.115 | |
| [Proxy] | |
| PROXY = custom,服务器地址,服务器端口,加密方式,密码,模块地址,tcp-fast-open=true |