-
Notifications
You must be signed in to change notification settings - Fork 28
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
离线使用 #170
Comments
2023-03-28T10:01:45.125+0800 INFO ===== Starting cosy service ===== |
本地网络无法ping 通 杭州域名 |
纯离线使用需要安装all-in-one版本,https://toolkit.aliyun.com/idea/cosy-intellij-beta-latest-all-in-one.zip |
安装前最好先删除.cosy目录 |
2023-03-28T11:06:25.980+0800 INFO Checking update ... |
all in one版本也是不能用 上面是报错日志。 删除且卸载了之前的版本。 然后重新install from disk |
代码补全能用吗,还是补全和搜索都不能用? |
都不能用,console框里倒是有cosy的椭圆标记,但是点过去也没啥用 |
哦 有一点点补全作用 就是写个static关键字的时候可能会把上面的属性带过来,但其实不是我想要得 private List aaa; 下面写 此时会提示一个补全 补全回车后是这样 o(╥﹏╥)o |
麻烦上传一下完整的日志文件 |
如果ping不通的话,搜索是用不了的,因为需要发送请求。补全纯本地版本可以使用,看报错好像是cosy端启动失败。试试kill掉cosy进程,删除~/.cosy目录,然后重启IDEA呢?如果不行的话,麻烦发一下~/.cosy/log目录,主要看下cosylocal.log的日志内容 |
hi 现在企业安全问题越来越严重了。尤其是金融领域。很多时候工作环境网络受限,我所处的情况是很多网络域名都被网策拒绝了。但是这款插件在使用前会联网更新资源,我们没法连上网络 所以在我的工作环境中无法使用该插件,只能离线安装,但是无法离线使用。
能否提供一个,在无网络情况下。手动离线使用的方式 Thanks♪(・ω・)ノ
The text was updated successfully, but these errors were encountered: