I cannot export my codespace to branch after hitting 120 core hour limit #167174
Replies: 2 comments
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
When you exhaust your free 120 core‑hour quota on GitHub Codespaces (or hit your organization’s quota), the service will block normal operations—including the “Export changes to a branch” feature—until you either wait for the next billing cycle, add a payment method, or upgrade to a paid plan ([GitHub Docs]1). However, if you’ve got work sitting in that codespace that you can’t afford to lose, you can still recover it. Below are several “hero‑style” workarounds: 1. Push directly from the Codespace (if the terminal still works)
2. SSH into your Codespace via GitHub CLIIf the web UI is blocked, you can often still connect over SSH: gh codespace list
gh codespace ssh -c <CODESPACE_NAME> Once connected, you can either:
3. Manual copy via the Codespaces dashboard
4. Use
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
I cannot export my codespace to branch after hitting 120 core hour limit. I click to export to a branch. It takes a couple of minutes doing nothing, then displays an error message that says "Your codespace export did not complete. Please try again." I've tried using the Brave, Firefox, and Chrome.
Beta Was this translation helpful? Give feedback.
All reactions