symplify / monorepo-builder

Composer tools to maintain a monorepo

Home Page:https://www.tomasvotruba.cz/blog/2019/02/18/how-we-automated-shopsys-packages-release-from-2-days-to-1-console-command/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to get the default branch when the default branch is `main`(TagVersionReleaseWorker::getDefaultBranch)

guanguans opened this issue · comments

This may be because your remote repository origin has not yet defined the default branch.

Run git remote show origin to check your remote repository. In the "HEAD branch" line, you should see the name of the default branch. If you can't see it, you may need to manually set the remote repository's default branch.

try to run git remote show origin | grep "HEAD branch"

It's okay to re cloned, thank you.