首页 > 其他分享 >idea激活后提示We could not validate your license xxxx解决办法

idea激活后提示We could not validate your license xxxx解决办法

时间:2024-11-07 18:19:30浏览次数:1  
标签:xxxx license could idea api com your jetbrains

根据网上的破解教程, 填入激活密钥后idea总是会提示

We could not validate your license xxxx

解决办法是配置代码
点击激活页面左下角的"Proxy settings" 配置一个假的代理服务器
点击 "Manual proxy configuation" -> HTTP

Host name: 127.0.0.1
Port number: 808
No proxy for: downloads.marketplace.jetbrains.com,resources.jetbrains.com,hub.jetbrains.com,plugins.jetbrains.com,*.github.com,*.google.com,*.bing.com,registry.geoway.com,172.16.*,10.*,localhost,api.cognitive.microsofttranslator.com,*.microsoft.com

其中 downloads.marketplace.jetbrains.com,resources.jetbrains.com,hub.jetbrains.com,plugins.jetbrains.com 是idea插件市场的域名;
api.cognitive.microsofttranslator.com,*.microsoft.com是微软bing翻译api用到的域名;
其他用到的域名自行添加即可;
本方法适用于jetbrains全系, 可以自行测试;

标签:xxxx,license,could,idea,api,com,your,jetbrains
From: https://www.cnblogs.com/iminifly/p/18533738

相关文章