Intellij IDEA设置HTTP Proxy

Intellij IDEA设置HTTP Proxy

MAC版:

打开Appearance & Behavior> System Settings > Http Proxy
点选 Auto-detect proxy settings > Automatic proxy configuration URL
输入URL: http://127.0.0.1:1080即可。
如图:

win pc:

输入URL: http://127.0.0.1:1080/pac即可。

可以试试:

选第三个Manual proxy configuration

类型选HTTP

Host name:127.0.0.1

Port number:1080

参考:

https://www.jianshu.com/p/a0ec13a34a4b


扫描关注:热爱生活的大叔

转载本站文章请注明作者和出处 热爱生活的大叔-uniquezhangqi

转载于:https://www.cnblogs.com/uniquezhangqi/p/9199281.html

你可能感兴趣的:(Intellij IDEA设置HTTP Proxy)