Windsurf api

Cascade GitHub Integration - Fork Permission Denied

Expert cannot create GitHub forks for fix requests after Cascade modified the GitHub OAuth integration. The fork operation fails with 'permission denied' even though the user authenticated. This breaks the core expert workflow.

Cascade likely removed required OAuth scopes or modified API call authorization.

Error Messages You Might See

GitHub API error: 403 Forbidden Insufficent permissions to fork repository OAuth token missing 'repo' scope Fork creation failed: unauthorized

Common Causes

  1. Cascade removed 'repo' scope from GitHub OAuth configuration
  2. Using user's GitHub token instead of app token for fork operation
  3. Cascade changed fork API endpoint or request payload format
  4. GitHub token doesn't have necessary permissions for operation

How to Fix It

Verify GitHub OAuth scopes include 'repo' for fork creation. Ensure using correct authentication method (user token vs app). Review Cascade's API call against GitHub documentation. Test fork operation with direct curl/GitHub CLI to verify permissions. Check GitHub token's granted scopes in user settings.

Real developers can help you.

rayush33 rayush33 JavaScript (React.js, React Native, Node.js) Developer with demonstrated industry experience of 4+ years, actively looking for opportunities to hone my skills as well as help small-scale business owners with solutions to technical problems Antriksh Narang Antriksh Narang 5 years+ Experienced Dev (Specially in Web Development), can help in python, javascript, react, next.js and full stack web dev technologies. Victor Denisov Victor Denisov Developer MFox MFox Full-stack professional senior engineer (15+years). Extensive experience in software development, qa, and IP networking. Costea Adrian Costea Adrian Embedded Engineer specilizing in perception systems. Latest project was a adas camera calibration system. zipking zipking I am a technologist and product builder dedicated to creating high-impact solutions at the intersection of AI and specialized markets. Currently, I am focused on PropScan (EstateGuard), an AI-driven SaaS platform tailored for the Japanese real estate industry, and exploring the potential of Archify. As an INFJ-T, I approach development with a "systems-thinking" mindsetβ€”balancing technical precision with a deep understanding of user needs. I particularly enjoy the challenge of architecting Vertical AI SaaS and optimizing Small Language Models (SLMs) to solve specific, real-world business problems. Whether I'm in a CTO-level leadership role or hands-on with the code, I thrive on building tools that turn complex data into actionable value. Matthew Jordan Matthew Jordan I've been working at a large software company named Kainos for 2 years, and mainly specialise in Platform Engineering. I regularly enjoy working on software products outside of work, and I'm a huge fan of game development using Unity. I personally enjoy Python & C# in my spare time, but I also specialise in multiple different platform-related technologies from my day job. Milan Surelia Milan Surelia Milan Surelia is a Mobile App Developer with 5+ years of experience crafting scalable, cross-platform apps at 7Span and Meticha. At 7Span, he engineers feature-rich Flutter apps with smooth performance and modern UI. As the Co-Founder of Meticha, he builds open-source tools and developer-focused products that solve real-world problems. Expertise: πŸ’‘ Developing cross-platform apps using Flutter, Dart, and Jetpack Compose for Android, iOS, and Web. πŸ–‹οΈ Sharing insights through technical writing, blogging, and open-source contributions. 🀝 Collaborating closely with designers, PMs, and developers to build seamless mobile experiences. Notable Achievements: 🎯 Revamped the Vepaar app into Vepaar Store & CRM with a 2x performance boost and smoother UX. πŸš€ Launched Compose101 β€” a Jetpack Compose starter kit to speed up Android development. 🌟 Open source contributions on Github & StackOverflow for Flutter & Dart πŸŽ–οΈ Worked on improving app performance and user experience with smart solutions. Milan is always happy to connect, work on new ideas, and explore the latest in technology. Dor Yaloz Dor Yaloz SW engineer with 6+ years of experience, I worked with React/Node/Python did projects with React+Capacitor.js for ios Supabase expert Franck Plazanet Franck Plazanet I am a Strategic Engineering Leader with over 8 years of experience building high-availability enterprise systems and scaling high-performing technical teams. My focus is on bridging the gap between complex technology and business growth. Core Expertise: πŸš€ Leadership: Managing and coaching teams of 15+ engineers, fostering a culture of accountability and continuous improvement. πŸ—οΈ Architecture: Enterprise Core Systems, Multi-system Integration (ERP/API/ETL), and Core Database Structure. ☁️ Cloud & Scale: AWS Expert; architected systems handling 10B+ monthly requests and managing 100k+ SKUs. πŸ“ˆ Business Impact: Aligning tech strategy with P&L goals to drive $70k+ in monthly recurring revenue. I thrive on "out-of-the-box" thinking to solve complex technical bottlenecks and am always looking for ways to use automation to improve business productivity.

You don't need to be technical. Just describe what's wrong and a verified developer will handle the rest.

Get Help

Frequently Asked Questions

What GitHub scopes are needed?

'repo' for full repository access including forks. 'public_repo' for public repos only. Use smallest scope needed.

How do I test GitHub API calls?

Use GitHub CLI (gh api) or curl with token. Verify status code and response. Test with read-only first.

Related Windsurf Issues

Can't fix it yourself?
Real developers can help.

You don't need to be technical. Just describe what's wrong and a verified developer will handle the rest.

Get Help