Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
I’m trying to use Build in Cloud from the Cursor desktop app on Windows, but I consistently get this error:
“No Git Remote
The cloud agent requires the Git repository to be hosted on GitHub/GitLab. Please add a remote to your Git repository and try again.”
However, my project is already a Git repo cloned from my personal GitHub account, and git remote -v clearly shows a valid GitHub remote. I can push and pull without any issues from this machine.
What’s confusing is that I have already set up a Cloud Agent environment for this same GitHub repo through the web interface, and that works fine — the web Cloud Agent can build and run the project as expected. I’d like to be able to use the same feature from the desktop app, since I prefer that interface.
Steps to Reproduce
Clone a GitHub repository from my personal GitHub account to my Windows machine (standard HTTPS clone).
Open the cloned folder (repo root) in Cursor desktop.
Confirm in the integrated terminal that:
git rev-parse --show-toplevel points to the project folder.
git remote -v shows the correct GitHub origin remote.
In Cursor desktop, create a build plan and click Build in Cloud.
Cursor shows the “No Git Remote” error, even though the repo is connected to GitHub and the web Cloud Agent for this repo works.
Expected Behavior
The desktop app should recognize that the current workspace is a Git repo cloned from GitHub with a valid origin remote.
Build in Cloud should be available and should reuse or create a Cloud Agent environment for this GitHub repo, just like it does when triggered from the web UI.
Operating System
Windows 10/11
Version Information
Version: 2.6.11 (user setup)
VSCode Version: 1.105.1
Commit: 8c95649f251a168cc4bb34c89531fae7db4bd990
Date: 2026-03-03T18:57:48.001Z
Build Type: Stable
Release Track: Default
Electron: 39.6.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.26200
Additional Information
Git works fine locally (push/pull), and web Cloud Agent for the same repo works.
Confirmed that my GitHub account is connected in Cursor and that the Cursor GitHub app has access to my personal repos.
Restarted Cursor desktop and retried Build in Cloud.
Does this stop you from using Cursor
Sometimes - I can sometimes use Cursor
