![]() |
1
daimaosix 5 天前
多钱买的
|
2
nunterr 5 天前
命令行使用效果怎样?这个没试用吧,必须要开通套餐?
|
![]() |
3
SHVhaUFu 5 天前
Claude 封号不是很严重吗?买的哪家代理商?
|
4
MRlaopeng 5 天前
搭配 idea? 请问怎么操作的
|
5
xz410236056 5 天前
@nunterr 质量很高,感觉不降智而且 CC 能直接理解逻辑然后顺着逻辑跨文件找代码。我用 cursor 喝 copilot 感觉都在降智,感觉不仅是模型的问题,可能工具也有差距。
|
7
Dorathea 5 天前
现在 claude code 封号还那么严重么?
而且 cursor 可以用 claude 的 API, 不太理解区别在哪里. |
![]() |
8
okayan 5 天前
Github Copilot 用 Claude Sonnet 4 的模型,和这个有区别不
|
![]() |
10
MonikaCeng 5 天前 via iPhone
昨晚让它改个代码,还在思考,它就把额度用完了,等 5 小时
|
11
Aprilming 5 天前
我现在是 claude code 搭配 kimi k2 的 api , 用着美滋滋
|
![]() |
14
iorilu 5 天前
claude pro 17 刀一个月的能用几次阿
|
15
xz410236056 5 天前
@Dorathea 你用过 CC 就会发现 cursor 那降智的 claude 简直就是个弱智。
|
![]() |
17
XTTX 5 天前
用了两天 Claude Pro Max, 爽 YY. Cursor 一出就用到现在,从 Cursor Utlra 换到了 CC. CC 太舒服了。搭配 Cursor , 加上一个自动 copy 所有报错信息+ 所有打开的文件地址,所有的东西无脑扔到 prompt. 速度飞快。Cursor 相比下啰啰嗦嗦。
|
![]() |
20
catamaran 5 天前 ![]() @MonikaCeng 你是不是告诉它,人心齐泰山移,请把泰山移到黄山上!
|
![]() |
21
YoungAD 5 天前
老哥想求助一下你是在大陆使用吗,我在 CLI 输 claude 总是说不支持的国家,但是我 vpn 开了全局,而且在 claude 的 web page 可以正常提问,不知道怎么解决了
|
22
shmilypeter 5 天前
老哥如果用 Claude Code 这种纯 cli 的工具,前后文件的对比是如何实现呢,cursor 用的时候文件更改会在编辑器显示出来并且有按钮让你选择批准或者拒绝。
|
![]() |
23
stimw 5 天前
100 刀的 claude code 跟 50 刀的 Augment 比怎么样
|
![]() |
24
XTTX 5 天前
@YoungAD
# HTTPS proxy (recommended) export HTTPS_PROXY=https://proxy.example.com:8080 # HTTP proxy (if HTTPS not available) export HTTP_PROXY=http://proxy.example.com:8080 改成自己的本地代理地址, 也可以写进去 ~/.zshrc , 然后 cli 永久使用代理。 |
27
zeyangstudies 5 天前
@SHVhaUFu
https://www.aicodemirror.com/register?invitecode=YJUOE5 邀请码:YJUOE5 这是个镜像的,前几天开始用的,也是慢慢摸到门道,可以先试试 |
![]() |
28
dodoa 5 天前
苹果美区 Claude app 开 Pro $20/月、max $124.99/月 可以用 opus 。我开的 max ,美区账号绑的美区 PayPal 绑的国内信用卡支付。苹果支付含苹果税了 所以开 max 有点贵,正常官网开只需 $100/月 但苦于不能用国内 visa 支付。
Mac 端用的 surge 新加坡节点开的增强模式(不需要手动配置命令行翻墙),目前稳定用一个月了 没遇到啥问题 |
![]() |
30
YoungAD 5 天前
@XTTX 感谢回复,按照配置我在 ~/.zshrc 设置了 veee 的代理
# HTTPS proxy (recommended) export HTTPS_PROXY=https://localhost:15236 # HTTP proxy (if HTTPS not available) export HTTP_PROXY=http://localhost:15236 且在 cli 中执行 lsof -i :15236 和 curl -x http://localhost:15236 https://www.google.com -v 都能得到预期结果连接是通的,但是执行 claude 还是有报错: $ claude ╭──────────────────────────╮ │ ✻ Welcome to Claude Code │ ╰──────────────────────────╯ node:events:496 throw er; // Unhandled 'error' event ^ Error: Client network socket disconnected before secure TLS connection was established at TLSSocket.onConnectEnd (node:_tls_wrap:1727:19) at TLSSocket.emit (node:events:530:35) at TLSSocket.emit (node:domain:488:12) at endReadableNT (node:internal/streams/readable:1696:12) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) Emitted 'error' event on TLSSocket instance at: at emitErrorNT (node:internal/streams/destroy:169:8) at emitErrorCloseNT (node:internal/streams/destroy:128:3) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { code: 'ECONNRESET', path: undefined, host: 'localhost', port: 15236, localAddress: undefined } Node.js v20.12.2 |
31
Aprilming 5 天前
|
33
Peiiii 5 天前 via Android
成本到底咋样啊,正常用一个月大概要花多少钱。
|
![]() |
34
axin2023 5 天前
想问下目前是只有开了 pro 或者 max 的账号可以调用吗;为什么我直接选用 claude 官方的 api-key 调用还是提示我 API Error: 401 {"type":"error","error":{"type":"authentication_error","message":"Invalid bearer token"}}
|
![]() |
40
wynemo 5 天前
@shmilypeter #22 有插件,可以在 cursor 里看改动
|
45
jackielllv7158 4 天前
╭──────────────────────────╮
│ ✻ Welcome to Claude Code │ ╰──────────────────────────╯ node:events:497 throw er; // Unhandled 'error' event ^ Error: Client network socket disconnected before secure TLS connection was established at TLSSocket.onConnectEnd (node:_tls_wrap:1727:19) at TLSSocket.emit (node:events:531:35) at TLSSocket.emit (node:domain:488:12) at endReadableNT (node:internal/streams/readable:1696:12) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) Emitted 'error' event on TLSSocket instance at: at emitErrorNT (node:internal/streams/destroy:169:8) at emitErrorCloseNT (node:internal/streams/destroy:128:3) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { code: 'ECONNRESET', path: undefined, host: 'localhost', port: 7890, localAddress: undefined } Node.js v21.7.1 这个错误有没有人碰到过 |