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

原文地址:https://www.cnblogs.com/uniquezhangqi/p/9199281.html