git fetch --all -tgives
Fetching origin
error: cannot lock ref 'refs/remotes/origin/refactor/living-canvas-data-layer':
'refs/remotes/origin/refactor' exists;
cannot create 'refs/remotes/origin/refactor/living-canvas-data-layer'
From https://github.com/lem-project/lem
! [new branch] refactor/living-canvas-data-layer -> origin/refactor/living-canvas-data-layer
(unable to update local ref)
could not fetch 'origin' (exit code: 1)
A local ref refactor exists
and git is trying to fetch a remote called refactor/living-canvas-data-layer,
so it cannot create the directory refactor,
because a plain file with the same name already exists.
Delete the branch refactor, which is a stale old branch anyway.
git branch -d --remote origin/refactorDeleted remote-tracking branch origin/refactor (was 13b60309).
git fetch --all -tFetching origin
From https://github.com/lem-project/lem
* [new branch] refactor/living-canvas-data-layer -> origin/refactor/living-canvas-data-layer