You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SYSTEM ERROR
Prebuild failed for system reasons. Please contact support. cannot initialize workspace: cannot initialize workspace: git initializer clone: git checkout -B main origin/main failed (exit status 128): fatal: 'origin/main` is not a commit and a branch 'main' cannot be created from it
Note that this used to work. Nothing has changed recently in any of these repos (especially no change of default branch). Also only minor (unrelated) changes to .gitpod.yml and the custom docker image. (Though you can check that.)
Steps to reproduce
Just try to open / prebuild this workspace. Same thing also happens when opening new workspace off this repo w/o prebuild.
Prebuild should work! Main repository and additional repositories should be fetched from their appropriate default branch (main for the main repo, master for the additional repos.)
Bug description
Prebuild failed as follows:

Main repo: https://gitlab.com/bakins-bits/gitpod-setup-for-bitcoin-core-dev/ (default branch is
main
, commitc800c2e3
)Additional repos:
master
, commit695ca641a
)master
, commit3ba1ec7f4
)Prebuild url: https://gitpod.io/projects/gitpod-setup-for-bitcoin-core-dev/7cfe11d0-5d28-47fd-963d-7d47c18859ec
Incremental prebuilds not enabled.
Note that this used to work. Nothing has changed recently in any of these repos (especially no change of default branch). Also only minor (unrelated) changes to
.gitpod.yml
and the custom docker image. (Though you can check that.)Steps to reproduce
Just try to open / prebuild this workspace. Same thing also happens when opening new workspace off this repo w/o prebuild.
Workspace affected
https://bakinsbits-gitpodsetupf-gpparx4s13d.ws-us60.gitpod.io/
Expected behavior
Prebuild should work! Main repository and additional repositories should be fetched from their appropriate default branch (
main
for the main repo,master
for the additional repos.)Example repository
https://gitlab.com/bakins-bits/gitpod-setup-for-bitcoin-core-dev/-/tree/main
Anything else?
Commit hashes given above so I can advance
gitpod.yml
to try to get unwedged.The text was updated successfully, but these errors were encountered: