reason
Its own Source The speed of visiting China is extremely slow , And some package Of PS The script contains external URL ( Such as GitHub release), Not suitable for direct connection .
Method
By modifying the chocolatey Configuration file implementation .
route :C:\ProgramData\chocolatey\config\chocolatey.config
... <config>... <add key="proxy" value="http://127.0.0.1:1090" description="Explicit proxy location. Available in 0.9.9.9+." /> <add key="proxyUser" value="" description="Optional proxy user. Available in 0.9.9.9+." /> <add key="proxyPassword" value="" description="Optional proxy password. Encrypted. Available in 0.9.9.9+." />... </config>...
Code language: HTML, XML (xml)| Key name | Key value description |
| proxy | HTTP Agency address .[http://ip:port] |
| proxyUser | User name when proxy authentication is enabled , Optional . |
| proxyPassword | User password when enabling proxy authentication , Optional . |
Save after editing .

![[quick code] define the new speed of intelligent transportation with low code](/img/cd/da8cf959200dba8eeab6c8eccc5635.jpg)





