I see an update on the changelog but Cursor won’t update.
我在更改日志上看到更新,但 Cursor 不会更新。
If the update is very new, it might not have rolled out to you yet. We do staged rollouts, which means we release new updates to a few randomly selected users first before releasing them to everyone. Typically, reaching all users takes around 5 hours from the first user. For larger updates, it can take longer.
If you don’t want to wait, you can redownload Cursor from our homepage. You’ll likely receive the latest update instantly. Don’t worry, all of your settings, extensions, etc., will transfer to the redownloaded version. You don’t have to uninstall the existing version first.
You can try using the Sign Out of GitHub command from the command palette Ctrl/⌘ + Shift + P.
您可以尝试使用命令面板中的 Sign Out of GitHub 命令 Ctrl/⌘ + Shift + P。
I can’t use GitHub Codespaces.
我无法使用 GitHub Codespaces。
Unfortunately, we don’t support GitHub Codespaces yet.
遗憾的是,我们尚不支持 GitHub Codespaces。
I have errors connecting to Remote SSH.
我在连接到远程 SSH 时遇到错误。
Currently, we don’t support SSHing into Mac or Windows machines. If you’re not using a Mac or Windows machine, please report your issue to us in the forum. It would be helpful to include some logs for better assistance.
目前,我们不支持通过 SSH 连接到 Mac 或 Windows 计算机。如果您未使用 Mac 或 Windows 计算机,请在论坛中向我们报告您的问题。包含一些日志以获得更好的帮助会很有帮助。
Cursor Tab and Cmd K do not work behind my corporate proxy.
Cursor Tab 和 Cmd K 在我的公司代理后面不起作用。
Cursor Tab and Cmd K use HTTP/2 by default, which allows us to use less resources with lower latency. Some corporate proxies (e.g. Zscaler in certain configurations) block HTTP/2. To fix this, you can set "cursor.general.disableHttp2": true in the settings (Cmd/Ctrl + , and then search for http2).