-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Cursor v0.45.x solution #191
Comments
It Worked for me. Thanks alot |
i try it on macos still not working, |
You can modify For example,
|
可以贴出更具体的错误,然后提issue |
i tryed your solution but still not working. Your Free Trial Has Ended Unlimited completions Too many free trial accounts used on this machine. Please upgrade to pro. We have this limit in place to prevent abuse. Please let us know if you believe this is a mistake. |
https://github.com/hamflx/cursore-reset |
macos 的版本由claude一次性生成,没有经过测试,你可以贴出错误信息。 |
windows 一次性成功,感谢大佬 |
zetaloop/cursor-shadow-patch |
It works in my MAC with cursor 0.45.9. Actually I just make the two methods to return random strings. |
thanks, this is work for me on macOS, my cursor version is 0.45.9 |
windows 成功,感谢大佬 |
Work for me too Install:
|
你的cursor是哪个版本的?为什么我不行 |
弄的时候是 0.44.11 之后升级 Version: 0.45.8 |
Download zip file how to run this patch? |
You can modify resources/app/out/main.js in your cursor installation path. For example, Force the code to use the machine id from the configuration file Replace: return.???.?(this.*?(?:machineId|macMachineId)); -> return $1; Or change this to return a custom machine id Replace: =.?timeout.?5e3.*?, -> ="xxx", can you upload the code. |
@rajnishswift now, cursor-reset support macOS |
真大佬也 |
@lorvent 根据cursor的代码来看,通过注册表读取 MachineGuid 是在 0.44.11 版本中加入的。因此,我建议你即使使用 0.44.11 也要在每次切换账号之前,重置 MachineGuid。 |
@lorvent 你可能会错过 deepseek 模型 :)。不过根据我从社区里面看到的文章来看,更低的版本似乎用户体验更好一些。 |
Windows 上重置
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography\MachineGuid
就好了(Windows11,0.45.8 测试过),⚠⚠⚠高风险操作⚠⚠⚠just reset
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography\MachineGuid
on windows ( tested on windows 11) ⚠⚠⚠dangerous⚠⚠⚠或者用这个 power shell 脚本(Windows, macOS):https://github.com/hamflx/cursor-reset
or use this script directly (Windows, macOS): https://github.com/hamflx/cursor-reset
Linux 的没有实现,有兴趣的可以参照这个图看看怎么实现:
图上这段代码是在 0.44.11 加入进去的。
The text was updated successfully, but these errors were encountered: