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
When launching a fresh new instance I get the following error,
ERROR in git_manager: New local repo initialization failed >>> Cmd('git') failed due to: exit code(128)
cmdline: git branch -M main
stderr: 'error: refname refs/heads/master not foundfatal: Branch rename failed'
After a quick look I think this line should really be a git checkout -b <branch_name>.
The text was updated successfully, but these errors were encountered:
just tried the latest docker image and it now produces a new error messge,
ERROR in git_manager: New local repo initialization failed >>> Cmd('git') failed due to: exit code(128)
cmdline: git checkout
stderr: 'fatal: You are on a branch yet to be born'
When launching a fresh new instance I get the following error,
After a quick look I think this line should really be a
git checkout -b <branch_name>
.The text was updated successfully, but these errors were encountered: