[快速解决] Cursor 提示 Too many free trial accounts used on this machine 解除机器码限制

上一篇记录了《解决 Cursor 提示 Too many free trial accounts used on this machine 指纹问题》,通过脚本直接修改 Cursormachineid 文件内记录指纹机器码位置:telemetry.devDeviceIdtelemetry.devDeviceId,本篇记录另一种方式,通过 GitHub bestK/cursor-fake-machine 项目解决或者手动解决。


问题

多次使用 Cursor 新账户进行免费体验 500 Premium models 额度后, 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. 无法继续提问。


解决方案

通过 GitHub 上的 bestK/cursor-fake-machine 解决

如何使用

  • 快捷键:Ctrl + shift + P  
  • 输入 fake 回车即可恢复使用

cursor-fake-machine 的作用

  • 添加修改 storage.json 文件中 telemetry.macMachineId 的功能
  • 实现跨平台支持(WindowsmacOSLinux
  • 增加用户自定义路径和 machineId 配置选项
  • 优化错误处理和用户提示

通过手动解决

  • 关闭退出 Cursor
  • 打开 Cursorstorage.json 文件
  • Windows 位置: %APPDATA%\Cursor\User\globalStorage\storage.json
  • MacOS 位置: ~/Library/Application\ Support/Cursor/User/globalStorage/storage.json
  • Linux 位置: ~/.config/Cursor/User/globalStorage/storage.json
  • 关闭文件 只读 权限:
    • Windows: 选择 storage.json 右键 -> 属性 -> 取消选中 只读
    • MacOS / Linux:  在目录内终端执行chmod 666 storage.json
  • 找到以下 KeyValue 键值,修改 64位指纹IDUUID代码 对应的值,即随便替换修改几个数字即可。
    { "telemetry.macMachineId": "64位指纹ID", "telemetry.machineId": "64位指纹ID", "telemetry.devDeviceId": "UUID代码" }
    • 重新将文件恢复为 只读
      • Windows : 选择 storage.json 右键 -> 属性 -> 选中 只读
      • MacOS / Linuxchmod 444 storage.json
    • 重启 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
      • 重启设备(WindowsmacOSLinux
      • 直接删除 machineid 文件
      • 如果还是不行,那就终极套路,重新清理卸载并再次安装 Cursor

        本文自 https://www.codeun.com 发布,相应代码均自主编写并严格审阅和测试,完整代码中包含丰富的学习笔记和使用方式、实用技巧。
        · 如若转载,请注明出处:https://www.codeun.com/archives/1495.html ·

      (10)
      上一篇 2024-12-09 下午11:54
      下一篇 2024-12-16 下午3:15

      相关推荐

      发表回复

      登录后才能评论