When I create a new agent with the Cursor IDE and setting it from Local => Cloud it fails on github issues.
It says Github/Gitlab access required; Failed to check Github/Gitlab access.
Pressing the setup button, it takes you to the cursor dashboard, it says Github is connected.
I have personall reconnected & disconnected the github account, my CTO has also. Github is supposed to be connected, but it’s not working.
Steps to Reproduce
Login with my account ( jake @ socket.dev )
Try to create a new agent in the cursor IDE setting it as cloud.
It can’t start or run due to github access being not connected.
Expected Behavior
Cloud agent’s should work and start and be able to connect to github.
We migrated from github teams based billing for Socket · GitHub to github cloud enterprise. I feel like this change might have poisoned everything and disconnecting and reconnecting is not helping.
I imagine something is poisoned and I don’t know what or why.
Hey, thanks for the report. The migration from GitHub Teams to GitHub Cloud Enterprise likely caused the issue here. When the org plan changes on GitHub’s side, the Cursor GitHub App installation can become stale on our backend, and reconnecting through the dashboard doesn’t always fix it.
The team is aware of this type of issue. To help investigate your specific case, could you share:
Any errors in DevTools. Go to Help, then Toggle Developer Tools, then open the Console tab, and try switching to Cloud agent
For the new error asking for GitHub Enterprise details, we’ve seen a similar bug where the Cloud Agent URL parser incorrectly treats certain repos as self-hosted enterprise instances. Could you share:
The exact error message you’re seeing now
What your git remote URL looks like (git remote -v output)
This will help us confirm whether it’s the same type of parsing bug or something specific to GitHub Cloud Enterprise detection.