一个能够帮你自动注册、刷新token、修改机器ID的工具
如果本项目对你有帮助,请给本项目点一个star⭐️,感谢您的支持!
如果没有Google Chrome,可以从这里下载Google Chrome
如果遇到这个问题,请点击这里查看解决方案
当看到以下提示时重置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.
如果看到以下提示:
You've reached your trial request limit.
这表示在VIP免费试用期间已达到使用次数限制。解决方案:
- 注销当前账号并重新注册
- 更换新的账号
Windows ✅ macOS ✅ Linux ✅
- Python 3.8 或更高版本
- 网络连接
- 系统环境变量中已添加 Python
- Google Chrome浏览器
- 确保已安装 Python 3.8+ 并添加到环境变量
- 从 Releases 页面下载最新版本
- 安装并运行应用
- 首次运行时会自动检查环境并安装依赖
- Windows用户请使用管理员权限运行
- Linux/Mac用户可能需要使用 sudo 运行 pip 命令
- 根据需要使用相应功能
- 重启 Cursor 以应用更改
如果遇到 Python 环境相关问题:
- 访问 Python 官网 下载并安装 Python 3.8+
- 安装时勾选"Add Python to PATH"选项
- 重启应用以重新检测环境
- 如果依赖安装失败,可以手动执行:
# Windows pip install -r "%APPDATA%\ez-cursor-free\resources\workspace\requirements.txt" # Mac pip3 install -r "~/Library/Application Support/ez-cursor-free/resources/workspace/requirements.txt" # Linux pip3 install -r ~/.config/ez-cursor-free/resources/workspace/requirements.txt
从 releases 页面下载适合您系统的文件
- 使用功能前请确保已关闭 Cursor
- 首次使用时请确保网络连接正常以安装依赖
- 建议修改后将配置文件设为只读模式
- 如遇问题请查看错误提示或提交 Issue
Resets Cursor's free trial limitation when you see:
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.
If you see this message:
You've reached your trial request limit.
This means you've reached the usage limit during the VIP free trial period. Solutions:
- Log out and register a new account
- Switch to a different account
Windows ✅ macOS ✅ Linux ✅
- Download the latest release from the Releases page
- Install and run the application
- Use the features as needed
- Restart Cursor to apply changes
Download the appropriate file for your system from releases
This project is developed based on the gpt-cursor-auto project, thank you for the contribution of the original author @hmhm2022.
Welcome to join us and contribute code to ez-cursor-free together.