JetBrains新版本(2024.2)以上, 在设置里添加了区域选择,具体在:Appearance & Behavior -> System Settings -> Language and Region -> Region 中设置。如果你选择 China Mainland 将会有一个比较坑的地方:激活许可验证走 account.jetbrains.com.cn 这个域名,而不是默认的 account.jetbrains.com
因为配置中没有对这个域名的拦截,会联机然后发现许可被吊销。
解决方法:
在楼主项目的config\url.conf文件下面增加下面一行(PREFIX,https://account.jetbrains.com.cn/lservice/rpc/validateKey.action):
[URL]
PREFIX,https://account.jetbrains.com/lservice/rpc/validateKey.action
PREFIX,https://account.jetbrains.com.cn/lservice/rpc/validateKey.action
JetBrains新版本(2024.2)以上, 在设置里添加了区域选择,具体在:Appearance & Behavior -> System Settings -> Language and Region -> Region 中设置。如果你选择 China Mainland 将会有一个比较坑的地方:激活许可验证走 account.jetbrains.com.cn 这个域名,而不是默认的 account.jetbrains.com
因为配置中没有对这个域名的拦截,会联机然后发现许可被吊销。
解决方法:
在楼主项目的config\url.conf文件下面增加下面一行(PREFIX,https://account.jetbrains.com.cn/lservice/rpc/validateKey.action):
修改后的最终效果如下: