-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Github synced sandbox does not recognise that I am owner #734
Comments
Hey @PandaSandStudio, that's indeed true. GitHub sandboxes are marked immutable. We have more documentation on this here: https://codesandbox.io/docs/git#base-concept. This part explains it: "An imported sandbox will automatically stay in sync with the GitHub repository; if you make a commit to GitHub it will reflect immediately in the sandbox. For that reason we've made GitHub sandboxes immutable, this means that you cannot make direct changes to the sandbox itself. However, you can still fork the sandbox. When you create a fork of a GitHub sandbox we will still keep a reference to the original GitHub repository. This allows you to create commits and open pull requests from the forked sandboxes." |
I synced my sandbox with github and it does not recognise that I am the owner, and when I make an edit it forks the sandbox and creates a new one with the edit which is not synced to github.
Here's the screenshot of the sandbox not seeing me as owner even though I am (it is synced with github)
The text was updated successfully, but these errors were encountered: