-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问下你们的Intellij Idea是怎么设置走shadowsoscks代理的? #246
Comments
我用的Proxifier软件 |
我也是这个问题,Java中使用代理访问不了国外网站 |
这个问题你们解决了么?同求。 |
在 |idea.exe.vmoptions| 及 |idea64.exe.vmoptions| 中追加
|-DproxySet=true -Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=1080 |
127.0.0.1为HTTP代理服务器地址
1080为HTTP代理服务器端口
好用射U
…On 2017/10/9 15:19, xhusky wrote:
这个问题你们解决了么?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#246 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE2-LoKnCjK7pesoCahfec4CPNGeH_Eiks5sqcj9gaJpZM4K5ZKX>.
|
maven的代理是在它自己的配置文件中设置的 |
页面挂掉了 |
shadowsocks如何进行设置呢? 我设置127.0.0.1发现确实不行 |
打开 复制pac地址到这个url里面即可。@huahuayu |
ss开全局模式,idea no proxy就可以了 |
shadowsocks开http代理,然后在idea里面设置http proxy。 |
初学Android Studio,折腾半天发现是不支持socks代理,改成http代理即可。注意端口号要设置成你ssr的端口,位置在:选项设置-本地端口,这个端口同时支持http和socks5 |
没想到这个issue这么多人感兴趣,我写了篇文章介绍 Mac下虚拟机如何使用主机的shadowsockets科学上网 以上是最佳办法,不管你用命令行开发、还是jetbrains系列ide甚至在虚拟机开发,都可以完美解决了 |
感谢巨佬!! |
有效。解决了 intellij CLion git 连不上 github 的问题。之前用 |
我照网上方法在http proxy里设了socks 127.0.0.1 1080还是没用啊,maven和gradle还是那么慢
The text was updated successfully, but these errors were encountered: