-
Notifications
You must be signed in to change notification settings - Fork 1.3k
fatal: 'origin/branch-name' is not a commit and a branch 'branch-name' cannot be created from it #11854
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
Comments
I check the spans and corresponding logs, a case happens in prebuild, and the remote branch does not exist anymore. |
@atduarte adding back to scheduled |
I checked the Also, I create a test repo, and I can reproduce it. Just open the repo with the branch
The problem is that all the additional repositories do not have branch Note: the user's behavior is correct. |
This has started happening for me today. Repo: https://github.com/rosen-score/lila-gitpod |
:wave @fitztrev , thanks for the heads up! This fix will ship next week. |
@kylos101 thanks for the quick update! Seems to have started happening today because this change deployed yesterday: #11895 And now it does a hard stop if it encounters a git checkout error. Yes, it probably was due to the fact that the default branch name is different between the main repo and any of the For now, until this gets deployed, I removed the |
Is it gitpod's flow to close bugs before deployment (and before confirmation)? I got this today - see #12118. I didn't find this bug because my default filter is on "is:open". |
@david-bakin Github issues are closed automatically and moved to "Awaiting Deployment" whenever the code that fixes the issue is merged. Then when we deploy, it is moved to "In Validation". |
Hey @atduarte, based on your comment this issue has been deployed, can you confirm? According to Kyle on Discord, issues are only deployed once they have the |
@mikenikles yap! As part of gen61. The |
Bug description
In

gen59
, we see errors like:We must be hitting this error, which gets traced here.
Steps to reproduce
Not sure.
Maybe try starting a workspace, and delete the remote branch before the workspace starts, ideally after context parsing, before loading the content.
Workspace affected
n/a
Expected behavior
Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: