
啥情况,不给用了吗
1 monstericeer 203 天前 我也不行,准备包年 cursor 了,就贵 1$ |
2 linauror 203 天前 今天使用时也遇到了,还以为电脑的问题 |
3 yuxxzz OP @monstericeer 啥?付费用户也用不了? |
4 fresco 203 天前 付费一样的,已经挂了好几天了 |
5 AaronK 203 天前 我也是挂了。我一直以为是我的网络问题。 |
6 zcf0508 203 天前 节前我的也不行,今天好了。不过不知道是不是因为我更新了编辑器,大家也可以更新试下。 |
7 SmallZheng 203 天前 挂好几天了,还没恢复吧? |
8 monstericeer 203 天前 @yuxxzz 是的,五一开始 Tab 就不行了 |
9 SimbaPeng 203 天前 全局梯子就可以用了 |
10 limard 203 天前 @fresco @AaronK @SmallZheng 全局梯子,加开 Windsurf - Advanced Settings 最下面的 Detect Proxy Enable automatic proxy detection. Toggling this will force Windsurf to reload. 然后试试 |
11 changehow 203 天前 @limard 这个方法可解,https://discord.com/channels/1027685395649015980/1368901461240709182 不过好像有些人说这个方法也无解。。。 |
12 22P 203 天前 我用 tun 模式也经常不能用,已经换到 Augment 了 |
13 sleet 203 天前 几分钟前突然好了 |
14 Ggmusic 203 天前 via iPhone https://southcentral.codeium.com:30099 给这个域名的 30099 做个反代,或者魔法,应该可以解决 winsurf tab 问题。 |
16 folnet 203 天前 被 openai 收购了,现在正在数钱中 |
17 cdwyd 203 天前 刚好解决了这个情况,不需要全局开梯子,只要在 vscode 的设置中 搜索 proxy 然后配置 http 代理 然后打开下面的 Http: Proxy Support 然后就可以正常补全了。 |
18 icyalala 202 天前 忙切起名呢,等以后说不定会改成 GPTSurf-o4 之类的奇怪的东西了 |
19 SmallZheng 202 天前 换到 Augment 了 |
20 shuiduoduo 202 天前 现在有 Client windsurf: connection to server is erroring. Shutting down server. |
22 jenhe 201 天前 用美国的节点 |
23 461229187 201 天前 我现在是 cascade 可以用,tab 不行,不知道为啥 |
24 hank9999 200 天前 @461229187 检查下 southcentral.codeium.com:30099 连通性(多半是这个问题 |
25 shaojian0702 198 天前 5 月 11 中午还是不行。 全局模式等仍然不行。等官方修复吧。 |
26 sparkle2015 197 天前 用 #10 @limard 的方法奏效了: 1. 把节点从香港切换到了新加坡 (其它没试,但香港的就是不行) 2. 进入 windsurf advanced setting ,搜索 proxy ,打开 "Detect Proxy" 然后我这里代码提示就重新出现了。 |
27 stdout 197 天前 代理了才能提示,太慢了。直接放弃了。 |
28 holdeer 197 天前 我从它还是 codeium 的时候就一直在用,最近真是越来越离谱,几乎到了没法用的地步 打算弃用了,大家有什么推荐的? 准备试用下灵码,不知道性能和效果怎么样 |
29 shaojian0702 197 天前 @holdeer 我也打算弃用了。这狗东西简直了。 |
30 charlesss 197 天前 我也是,我以为我坏了,又花了 100 重新买个,之后发现不是的问题,是 windsurf 自己的问题,垃圾。 而且早用户也要 $15 ,不知道下个月扣分是啥样,垃圾... |
31 CoverL 196 天前 垃圾,我还以为是问题 |
32 CoverL 196 天前 |
33 AaronK 196 天前 clash verge 开启虚拟网卡模式就可以了。是网络问题。 |
34 dbskcnc 196 天前 全局 tun 代理可解,给个 sing-box 的配置 ```json { "log": { "disabled": true, "level": "info", "timestamp": true }, "dns": { "servers": [ { "tag": "google", "address": "udp://8.8.8.8", "detour": "socks-33" }, { "tag": "alidns", "address": "223.5.5.5", "detour": "direct" } ], "rules": [ { "rule_set": ["geosite-gfw"], "server": "google" }, { "rule_set": ["geosite-cn"], "server": "alidns" } ], "strategy": "prefer_ipv4", "final": "alidns" }, "inbounds": [ { "type": "mixed", "tag": "mixed-in", "listen": "127.0.0.1", "listen_port": 10000, "users": [ { "username": "yj", "password": "yj" } ], "tcp_fast_open": true, "sniff": true, "set_system_proxy": false }, { "type": "tun", "tag": "tun-in", "address": ["172.18.0.1/30"], "auto_route": true, "stack": "system", "sniff": true } ], "outbounds": [ { "type": "direct", "tag": "direct" }, { "type": "socks", "tag": "socks-33", "server": "10.20.30.33", "server_port": 20800, "network": "tcp", "tcp_fast_open": true } ], "route": { "rules": [ { "rule_set": ["geosite-cn"], "outbound": "direct" }, { "rule_set": ["geosite-gfw"], "outbound": "socks-33" }, { "domain_suffix": ["codeium.com", "windsurf.com","v2ex.com"], "outbound": "socks-33" }, { "port": 30099, "outbound": "socks-33" }, { "domain": [ "dl.google.com", "bfdx.com", "bfdx.net", "kicad99.com", "jetbrains.com", "aliyun.com", "aliyuncs.com", "npmmirror.com" ], "outbound": "direct" }, { "ip_is_private": true, "outbound": "direct" }, { "domain_suffix": [".cn"], "outbound": "direct" } ], "auto_detect_interface": true, "rule_set": [ { "tag": "geosite-cn", "type": "remote", "format": "binary", "url": "htps://fastly.jsdelivr.net/gh/SagerNet/sing-geosite@rule-set/geosite-cn.srs", "download_detour": "direct" }, { "tag": "geosite-gfw", "type": "remote", "format": "binary", "url": "https://github.com/MetaCubeX/meta-rules-dat/raw/refs/heads/sing/geo/geosite/gfw.srs", "download_detour": "socks-33" } ] } } ``` |
36 freefcw 196 天前 试了一下得本地开 tun 才行 |