之前介绍了如何无限白嫖 Cursor 编辑器,但是评论区看到有的反馈使用免费试用次数过多,Cursor 就会提示下面的错误:
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.
要解决这个问题首先要知道 Cursor 是如何知道你这个设备使用太多次免费试用账号,其实原理很简单,Cursor 客户端会在你的电脑上生成一个唯一识别的机器 ID。所以我们只需要更改这个唯一 ID 识别码即可。
go-cursor-help
一个大神开发了一个工具可以自动替换 Cursor 机器 ID,我们只需要通过下面简单的命令即可解决限制的问题。
📥 安装方法
首先推出 Cursor 编辑器,然后根据不同操作系统选择下面的命令。
自动安装(推荐)
macOS
# Method twocurl -fsSL https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_mac_id_modifier.sh -o ./cursor_mac_id_modifier.sh && sudo bash ./cursor_mac_id_modifier.sh && rm ./cursor_mac_id_modifier.sh
Linux
curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_linux_id_modifier.sh | sudo bash
Windows (以管理员身份运行 PowerShell)
irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
如果网络问题,国内用户可以使用下面命令
macOS
curl -fsSL https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_mac_id_modifier.sh -o ./cursor_mac_id_modifier.sh && sudo bash ./cursor_mac_id_modifier.sh && rm ./cursor_mac_id_modifier.sh
Linux
curl -fsSL https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_linux_id_modifier.sh | sudo bash
Windows(以管理员身份运行 PowerShell)
irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
输入命令后直接回车即可~
本文的方案仅供学习使用,有条件的朋友可以付费订阅支持下,共同营造良好的软件生态环境。如果无法解决,欢迎评论区讨论